Package org.teiid.metadata.index
Class MetadataConstants.NULL_TYPES
- java.lang.Object
-
- org.teiid.metadata.index.MetadataConstants.NULL_TYPES
-
- Enclosing class:
- MetadataConstants
public static final class MetadataConstants.NULL_TYPES extends Object
These types are associated with a DataType or an Element needing the indication of null types. The values must be kept consistent with the NullableType enumeration in the relational metamodel and the values referenced in NullTypeEnumeration.properties in connector.metadata
-
-
Field Summary
Fields Modifier and Type Field Description static short
NOT_NULL
static short
NULLABLE
static String[]
TYPE_NAMES
static short
UNKNOWN
-
Constructor Summary
Constructors Constructor Description NULL_TYPES()
-
-
-
Field Detail
-
NOT_NULL
public static final short NOT_NULL
- See Also:
- Constant Field Values
-
NULLABLE
public static final short NULLABLE
- See Also:
- Constant Field Values
-
UNKNOWN
public static final short UNKNOWN
- See Also:
- Constant Field Values
-
TYPE_NAMES
public static final String[] TYPE_NAMES
-
-