Package org.hibernate.dialect
Class OracleTypes
- java.lang.Object
- org.hibernate.dialect.OracleTypes
public classOracleTypesextendsObject
The Oracle specific JDBC type code.
Field Summary
Fields Modifier and Type Field Description static intCURSORstatic intJSONstatic intVECTORstatic intVECTOR_FLOAT32static intVECTOR_FLOAT64static intVECTOR_INT8
Constructor Summary
Constructors Constructor Description OracleTypes()
Field Detail
CURSOR
public static final int CURSOR
- See Also:
- Constant Field Values
JSON
public static final int JSON
- See Also:
- Constant Field Values
VECTOR
public static final int VECTOR
- See Also:
- Constant Field Values
VECTOR_INT8
public static final int VECTOR_INT8
- See Also:
- Constant Field Values
VECTOR_FLOAT32
public static final int VECTOR_FLOAT32
- See Also:
- Constant Field Values
VECTOR_FLOAT64
public static final int VECTOR_FLOAT64
- See Also:
- Constant Field Values