Package org.teiid.translator
Class TypeFacility.RUNTIME_CODES
- java.lang.Object
-
- org.teiid.translator.TypeFacility.RUNTIME_CODES
-
- Enclosing class:
- TypeFacility
public static final class TypeFacility.RUNTIME_CODES extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBIG_DECIMALstatic intBIG_INTEGERstatic intBLOBstatic intBOOLEANstatic intBYTEstatic intCHARstatic intCLOBstatic intDATEstatic intDOUBLEstatic intFLOATstatic intGEOGRAPHYstatic intGEOMETRYstatic intINTEGERstatic intJSONstatic intLONGstatic intNULLstatic intOBJECTstatic intSHORTstatic intSTRINGstatic intTIMEstatic intTIMESTAMPstatic intVARBINARYstatic intXML
-
Constructor Summary
Constructors Constructor Description RUNTIME_CODES()
-
-
-
Field Detail
-
STRING
public static final int STRING
- See Also:
- Constant Field Values
-
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
-
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
-
BYTE
public static final int BYTE
- See Also:
- Constant Field Values
-
SHORT
public static final int SHORT
- See Also:
- Constant Field Values
-
INTEGER
public static final int INTEGER
- See Also:
- Constant Field Values
-
LONG
public static final int LONG
- See Also:
- Constant Field Values
-
BIG_INTEGER
public static final int BIG_INTEGER
- See Also:
- Constant Field Values
-
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
-
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
-
BIG_DECIMAL
public static final int BIG_DECIMAL
- See Also:
- Constant Field Values
-
DATE
public static final int DATE
- See Also:
- Constant Field Values
-
TIME
public static final int TIME
- See Also:
- Constant Field Values
-
TIMESTAMP
public static final int TIMESTAMP
- See Also:
- Constant Field Values
-
OBJECT
public static final int OBJECT
- See Also:
- Constant Field Values
-
BLOB
public static final int BLOB
- See Also:
- Constant Field Values
-
CLOB
public static final int CLOB
- See Also:
- Constant Field Values
-
XML
public static final int XML
- See Also:
- Constant Field Values
-
NULL
public static final int NULL
- See Also:
- Constant Field Values
-
VARBINARY
public static final int VARBINARY
- See Also:
- Constant Field Values
-
GEOMETRY
public static final int GEOMETRY
- See Also:
- Constant Field Values
-
GEOGRAPHY
public static final int GEOGRAPHY
- See Also:
- Constant Field Values
-
JSON
public static final int JSON
- See Also:
- Constant Field Values
-
-