Package com.luciad.format.database
Class TLcdDatabaseDataTypes
java.lang.Object
com.luciad.format.database.TLcdDatabaseDataTypes
This class provides access to the data base data model and its types. This data model defines
primitive types for the SQL types that are not yet represented in
TLcdCoreDataTypes.getDataModel()
.- Since:
- 10.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataType
Primitive type for thejava.sql.Array
class.static final TLcdDataType
Primitive type for thejava.sql.Blob
class.static final TLcdDataType
Primitive type for thejava.sql.Clob
class.static final TLcdDataType
Primitive type for thejava.sql.Date
class.static final TLcdDataType
Primitive type for thejava.sql.Ref
class.static final TLcdDataType
Primitive type for thejava.sql.Struct
class.static final TLcdDataType
Primitive type for thejava.sql.Timestamp
class.static final TLcdDataType
Primitive type for thejava.sql.Time
class. -
Method Summary
-
Field Details
-
TimestampType
Primitive type for thejava.sql.Timestamp
class. -
TimeType
Primitive type for thejava.sql.Time
class. -
DateType
Primitive type for thejava.sql.Date
class. -
ArrayType
Primitive type for thejava.sql.Array
class. -
BlobType
Primitive type for thejava.sql.Blob
class. -
ClobType
Primitive type for thejava.sql.Clob
class. -
RefType
Primitive type for thejava.sql.Ref
class. -
StructType
Primitive type for thejava.sql.Struct
class.
-
-
Method Details
-
getDataModel
-