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 int
BIG_DECIMAL
static int
BIG_INTEGER
static int
BLOB
static int
BOOLEAN
static int
BYTE
static int
CHAR
static int
CLOB
static int
DATE
static int
DOUBLE
static int
FLOAT
static int
GEOGRAPHY
static int
GEOMETRY
static int
INTEGER
static int
JSON
static int
LONG
static int
NULL
static int
OBJECT
static int
SHORT
static int
STRING
static int
TIME
static int
TIMESTAMP
static int
VARBINARY
static int
XML
-
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
-
-