Package org.teiid.query.metadata
Interface DDLConstants
-
public interface DDLConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCESSPATTERN
static String
ANNOTATION
static String
CARDINALITY
static String
CASE_SENSITIVE
static String
CATEGORY
static String
CHAR_OCTET_LENGTH
static String
CURRENCY
static String
DETERMINISM
static String
DISTINCT_VALUES
static String
FIXED_LENGTH
static String
FOREIGN_KEY
static String
FOREIGN_TABLE
static String
INSTEAD_OF
static String
JAVA_CLASS
static String
JAVA_METHOD
static String
MATERIALIZED
static String
MATERIALIZED_TABLE
static String
MAX_VALUE
static String
MIN_VALUE
static String
NAMEINSOURCE
static String
NATIVE_TYPE
static String
NOT_NULL
static String
NULL_VALUE_COUNT
static String
PRIMARY_KEY
static String
RADIX
static String
SEARCHABLE
static String
SELECTABLE
static String
SIGNED
static String
UDT
static String
UPDATABLE
static String
UPDATECOUNT
static String
UUID
static String
VISIBLE
-
-
-
Field Detail
-
JAVA_METHOD
static final String JAVA_METHOD
- See Also:
- Constant Field Values
-
JAVA_CLASS
static final String JAVA_CLASS
- See Also:
- Constant Field Values
-
DETERMINISM
static final String DETERMINISM
- See Also:
- Constant Field Values
-
CATEGORY
static final String CATEGORY
- See Also:
- Constant Field Values
-
UPDATECOUNT
static final String UPDATECOUNT
- See Also:
- Constant Field Values
-
DISTINCT_VALUES
static final String DISTINCT_VALUES
- See Also:
- Constant Field Values
-
NULL_VALUE_COUNT
static final String NULL_VALUE_COUNT
- See Also:
- Constant Field Values
-
RADIX
static final String RADIX
- See Also:
- Constant Field Values
-
NATIVE_TYPE
static final String NATIVE_TYPE
- See Also:
- Constant Field Values
-
CHAR_OCTET_LENGTH
static final String CHAR_OCTET_LENGTH
- See Also:
- Constant Field Values
-
MAX_VALUE
static final String MAX_VALUE
- See Also:
- Constant Field Values
-
MIN_VALUE
static final String MIN_VALUE
- See Also:
- Constant Field Values
-
SEARCHABLE
static final String SEARCHABLE
- See Also:
- Constant Field Values
-
FIXED_LENGTH
static final String FIXED_LENGTH
- See Also:
- Constant Field Values
-
CURRENCY
static final String CURRENCY
- See Also:
- Constant Field Values
-
SIGNED
static final String SIGNED
- See Also:
- Constant Field Values
-
SELECTABLE
static final String SELECTABLE
- See Also:
- Constant Field Values
-
CASE_SENSITIVE
static final String CASE_SENSITIVE
- See Also:
- Constant Field Values
-
NOT_NULL
static final String NOT_NULL
- See Also:
- Constant Field Values
-
FOREIGN_KEY
static final String FOREIGN_KEY
- See Also:
- Constant Field Values
-
PRIMARY_KEY
static final String PRIMARY_KEY
- See Also:
- Constant Field Values
-
ACCESSPATTERN
static final String ACCESSPATTERN
- See Also:
- Constant Field Values
-
NAMEINSOURCE
static final String NAMEINSOURCE
- See Also:
- Constant Field Values
-
ANNOTATION
static final String ANNOTATION
- See Also:
- Constant Field Values
-
UUID
static final String UUID
- See Also:
- Constant Field Values
-
CARDINALITY
static final String CARDINALITY
- See Also:
- Constant Field Values
-
UPDATABLE
static final String UPDATABLE
- See Also:
- Constant Field Values
-
MATERIALIZED_TABLE
static final String MATERIALIZED_TABLE
- See Also:
- Constant Field Values
-
MATERIALIZED
static final String MATERIALIZED
- See Also:
- Constant Field Values
-
INSTEAD_OF
static final String INSTEAD_OF
- See Also:
- Constant Field Values
-
FOREIGN_TABLE
static final String FOREIGN_TABLE
- See Also:
- Constant Field Values
-
UDT
static final String UDT
- See Also:
- Constant Field Values
-
VISIBLE
static final String VISIBLE
- See Also:
- Constant Field Values
-
-