SAP BI Java SDK

com.sap.ip.bi.sdk.dac.result
Interface IBICursorColumnType


public interface IBICursorColumnType

An enumeration for the data types of a cell column.

Since:
3.50

Field Summary
static IBICursorColumnType BOOLEAN
          This column contains a boolean value.
static IBICursorColumnType INTEGER
          This column contains an int value.
static IBICursorColumnType JAVA_SQL_TYPE
          The DATATYPE column contains the type code (see java.sql.Types) of this column.
static IBICursorColumnType NONE
          This column has no specified type.
static IBICursorColumnType OBJECT
          This column contains an java.lang.Object reference.
static IBICursorColumnType SEE_DATATYPE_COLUMN
          The content of the DATATYPE column specifies the type of this column.
static IBICursorColumnType STATUS
          This column contains an IBICellStatus reference.
static IBICursorColumnType STRING
          This column contains a java.lang.String value.
 
Method Summary
 int getSQLType()
          Retrieves the java.sql.Types code of this type.
 String toString()
          Retrieves the String representation of the type.
 

Field Detail

NONE

public static final IBICursorColumnType NONE
This column has no specified type.

STRING

public static final IBICursorColumnType STRING
This column contains a java.lang.String value.

BOOLEAN

public static final IBICursorColumnType BOOLEAN
This column contains a boolean value.

INTEGER

public static final IBICursorColumnType INTEGER
This column contains an int value.

OBJECT

public static final IBICursorColumnType OBJECT
This column contains an java.lang.Object reference.

STATUS

public static final IBICursorColumnType STATUS
This column contains an IBICellStatus reference.

SEE_DATATYPE_COLUMN

public static final IBICursorColumnType SEE_DATATYPE_COLUMN
The content of the DATATYPE column specifies the type of this column.

JAVA_SQL_TYPE

public static final IBICursorColumnType JAVA_SQL_TYPE
The DATATYPE column contains the type code (see java.sql.Types) of this column.
Method Detail

toString

public String toString()
Retrieves the String representation of the type.
Overrides:
toString in class Object
Returns:
the String representation

getSQLType

public int getSQLType()
Retrieves the java.sql.Types code of this type.
Returns:
the type

SAP BI Java SDK

Copyright © 2004-2006 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.