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.
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
Copyright © 2011. All Rights Reserved.