Package org.teiid.core.types
Class DataTypeManager.DefaultTypeCodes
- java.lang.Object
-
- org.teiid.core.types.DataTypeManager.DefaultTypeCodes
-
- Enclosing class:
- DataTypeManager
public static final class DataTypeManager.DefaultTypeCodes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBIGDECIMALstatic intBIGINTEGERstatic 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 DefaultTypeCodes()
-
-
-
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
-
BIGINTEGER
public static final int BIGINTEGER
- 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
-
BIGDECIMAL
public static final int BIGDECIMAL
- 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
-
-