Package org.teiid.client.metadata
Interface ResultsMetadataConstants
-
public interface ResultsMetadataConstants
This constants in this class indicate the column positions of different metadata columns in queries against Runtime metadata. These constants are used in ResultsMetadataImpl object and in the JDBC driver to obtain column specific metadata information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ResultsMetadataConstants.NULL_TYPES
These types are associated with a DataType or an Element needing the indication of null types.static class
ResultsMetadataConstants.SEARCH_TYPES
These types are associated with the Element having valid search types.
-
Field Summary
Fields Modifier and Type Field Description static Integer
AUTO_INCREMENTING
static Integer
CASE_SENSITIVE
static Integer
CURRENCY
static Integer
DATA_TYPE
static Integer
DISPLAY_SIZE
static Integer
ELEMENT_LABEL
static Integer
ELEMENT_NAME
static Integer
GROUP_NAME
static Integer
NULLABLE
static Integer
PRECISION
static Integer
RADIX
static Integer
SCALE
static Integer
SEARCHABLE
static Integer
SIGNED
static Integer
VIRTUAL_DATABASE_NAME
static Integer
VIRTUAL_DATABASE_VERSION
static Integer
WRITABLE
-
-
-
Field Detail
-
VIRTUAL_DATABASE_NAME
static final Integer VIRTUAL_DATABASE_NAME
-
VIRTUAL_DATABASE_VERSION
static final Integer VIRTUAL_DATABASE_VERSION
-
GROUP_NAME
static final Integer GROUP_NAME
-
ELEMENT_NAME
static final Integer ELEMENT_NAME
-
ELEMENT_LABEL
static final Integer ELEMENT_LABEL
-
DATA_TYPE
static final Integer DATA_TYPE
-
PRECISION
static final Integer PRECISION
-
RADIX
static final Integer RADIX
-
SCALE
static final Integer SCALE
-
AUTO_INCREMENTING
static final Integer AUTO_INCREMENTING
-
CASE_SENSITIVE
static final Integer CASE_SENSITIVE
-
NULLABLE
static final Integer NULLABLE
-
SEARCHABLE
static final Integer SEARCHABLE
-
SIGNED
static final Integer SIGNED
-
WRITABLE
static final Integer WRITABLE
-
CURRENCY
static final Integer CURRENCY
-
DISPLAY_SIZE
static final Integer DISPLAY_SIZE
-
-