constants group DataType in module com::sun::star::sdbc:: |
constants group DataType;
These constants are used to specify database data types which are used to identify the generic SQL types. The definition is based on JDBC 2.0.
The actual type constant values are equivalent to those in the X/Open CLI.
Precise information about the specfic types can be got from XDatabaseMetaData::getTypeInfo() .
Constants Summary |
|
BIT | |
TINYINT | |
SMALLINT | |
INTEGER | |
BIGINT | |
FLOAT | |
REAL | |
DOUBLE | |
NUMERIC | |
DECIMAL | |
CHAR | |
VARCHAR | |
LONGVARCHAR | |
DATE | |
TIME | |
TIMESTAMP | |
BINARY | |
VARBINARY | |
LONGVARBINARY | |
SQLNULL | |
OTHER | indicates that the SQL type is database-specific and gets mapped to an object that can be accessed via the method XRow::getObject() . |
OBJECT | indicates a type which is represented by an object which implements this type. |
DISTINCT | describes a type based on a built-in type. It is a user-defined data type (UDT). |
STRUCT | indicates a type consisting of attributes that may be any type. It is a user-defined data type (UDT). |
ARRAY | indicates a type representing an SQL ARRAY. |
BLOB | indicates a type representing an SQL Binary Large Object. |
CLOB | indicates a type representing an SQL Character Large Object. |
REF | indicates a type representing an SQL REF, a referencing type. |
Field Details |
|||||||||||||||||||||||||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.