Package org.hibernate.dialect
Class OracleTypes
- java.lang.Object
-
- org.hibernate.dialect.OracleTypes
-
public class OracleTypes extends Object
The Oracle specific JDBC type code.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CURSOR
static int
JSON
static int
VECTOR
static int
VECTOR_FLOAT32
static int
VECTOR_FLOAT64
static int
VECTOR_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
-
-