Class TLcdDatabaseDataTypes

java.lang.Object
com.luciad.format.database.TLcdDatabaseDataTypes

public class TLcdDatabaseDataTypes extends Object
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 Details

    • TimestampType

      public static final TLcdDataType TimestampType
      Primitive type for the java.sql.Timestamp class.
    • TimeType

      public static final TLcdDataType TimeType
      Primitive type for the java.sql.Time class.
    • DateType

      public static final TLcdDataType DateType
      Primitive type for the java.sql.Date class.
    • ArrayType

      public static final TLcdDataType ArrayType
      Primitive type for the java.sql.Array class.
    • BlobType

      public static final TLcdDataType BlobType
      Primitive type for the java.sql.Blob class.
    • ClobType

      public static final TLcdDataType ClobType
      Primitive type for the java.sql.Clob class.
    • RefType

      public static final TLcdDataType RefType
      Primitive type for the java.sql.Ref class.
    • StructType

      public static final TLcdDataType StructType
      Primitive type for the java.sql.Struct class.
  • Method Details