Package org.teiid.metadata.index
Class MetadataConstants.DATATYPE_TYPES
- java.lang.Object
-
- org.teiid.metadata.index.MetadataConstants.DATATYPE_TYPES
-
- Enclosing class:
- MetadataConstants
public static final class MetadataConstants.DATATYPE_TYPES extends Object
A DataType object will be identified as being of one of these types. The values must be kept consistent with the values referenced in DatatypeTypeEnumeration.properties in connector.metadata
-
-
Field Summary
Fields Modifier and Type Field Description static short
BASIC
static short
RESULT_SET
static String[]
TYPE_NAMES
static short
USER_DEFINED
-
Constructor Summary
Constructors Constructor Description DATATYPE_TYPES()
-
-
-
Field Detail
-
BASIC
public static final short BASIC
- See Also:
- Constant Field Values
-
USER_DEFINED
public static final short USER_DEFINED
- See Also:
- Constant Field Values
-
RESULT_SET
public static final short RESULT_SET
- See Also:
- Constant Field Values
-
TYPE_NAMES
public static final String[] TYPE_NAMES
-
-