|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An enumeration for the data types of a cell column.
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 |
public static final IBICursorColumnType NONE
public static final IBICursorColumnType STRING
java.lang.String
value.public static final IBICursorColumnType BOOLEAN
boolean
value.public static final IBICursorColumnType INTEGER
int
value.public static final IBICursorColumnType OBJECT
java.lang.Object
reference.public static final IBICursorColumnType STATUS
IBICellStatus
reference.public static final IBICursorColumnType SEE_DATATYPE_COLUMN
DATATYPE
column specifies the type
of this column.public static final IBICursorColumnType JAVA_SQL_TYPE
DATATYPE
column contains the type code (see
java.sql.Types
) of this column.Method Detail |
public String toString()
String
representation of the type.toString
in class Object
String
representationpublic int getSQLType()
java.sql.Types
code of this type.
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |