Package org.teiid.translator
Class TypeFacility.RUNTIME_NAMES
- java.lang.Object
-
- org.teiid.translator.TypeFacility.RUNTIME_NAMES
-
- Enclosing class:
- TypeFacility
public static final class TypeFacility.RUNTIME_NAMES extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBIG_DECIMALstatic StringBIG_INTEGERstatic StringBLOBstatic StringBOOLEANstatic StringBYTEstatic StringCHARstatic StringCLOBstatic StringDATEstatic StringDOUBLEstatic StringFLOATstatic StringGEOGRAPHYstatic StringGEOMETRYstatic StringINTEGERstatic StringJSONstatic StringLONGstatic StringNULLstatic StringOBJECTstatic StringSHORTstatic StringSTRINGstatic StringTIMEstatic StringTIMESTAMPstatic StringVARBINARYstatic StringXML
-
Constructor Summary
Constructors Constructor Description RUNTIME_NAMES()
-
-
-
Field Detail
-
STRING
public static final String STRING
- See Also:
- Constant Field Values
-
BOOLEAN
public static final String BOOLEAN
- See Also:
- Constant Field Values
-
BYTE
public static final String BYTE
- See Also:
- Constant Field Values
-
SHORT
public static final String SHORT
- See Also:
- Constant Field Values
-
CHAR
public static final String CHAR
- See Also:
- Constant Field Values
-
INTEGER
public static final String INTEGER
- See Also:
- Constant Field Values
-
LONG
public static final String LONG
- See Also:
- Constant Field Values
-
BIG_INTEGER
public static final String BIG_INTEGER
- See Also:
- Constant Field Values
-
FLOAT
public static final String FLOAT
- See Also:
- Constant Field Values
-
DOUBLE
public static final String DOUBLE
- See Also:
- Constant Field Values
-
BIG_DECIMAL
public static final String BIG_DECIMAL
- See Also:
- Constant Field Values
-
DATE
public static final String DATE
- See Also:
- Constant Field Values
-
TIME
public static final String TIME
- See Also:
- Constant Field Values
-
TIMESTAMP
public static final String TIMESTAMP
- See Also:
- Constant Field Values
-
OBJECT
public static final String OBJECT
- See Also:
- Constant Field Values
-
NULL
public static final String NULL
- See Also:
- Constant Field Values
-
BLOB
public static final String BLOB
- See Also:
- Constant Field Values
-
CLOB
public static final String CLOB
- See Also:
- Constant Field Values
-
XML
public static final String XML
- See Also:
- Constant Field Values
-
VARBINARY
public static final String VARBINARY
- See Also:
- Constant Field Values
-
GEOMETRY
public static final String GEOMETRY
- See Also:
- Constant Field Values
-
GEOGRAPHY
public static final String GEOGRAPHY
- See Also:
- Constant Field Values
-
JSON
public static final String JSON
- See Also:
- Constant Field Values
-
-