| Package | Description |
|---|---|
| oracle.sql |
A package of classes that represent java SQL types and Oracle specific
SQL types.
|
| oracle.sql.json |
The API for JSON type in Oracle Database.
|
| Modifier and Type | Method and Description |
|---|---|
static VECTOR |
VECTOR.fromData(byte[] data)
For most use cases, an of...Values method
should be used when creating a VECTOR object, not this method.
|
static VECTOR |
VECTOR.fromData(byte[] data)
For most use cases, an of...Values method
should be used when creating a VECTOR object, not this method.
|
static VECTOR |
VECTOR.ofBinaryValues(java.lang.Object object)
Converts an
Object into a VECTOR of the
BINARY dimension type. |
static VECTOR |
VECTOR.ofBinaryValues(java.lang.Object object)
Converts an
Object into a VECTOR of the
BINARY dimension type. |
static VECTOR |
VECTOR.ofFloat32Values(java.lang.Object object)
Converts an
Object into a VECTOR of the
FLOAT32 dimension type. |
static VECTOR |
VECTOR.ofFloat32Values(java.lang.Object object)
Converts an
Object into a VECTOR of the
FLOAT32 dimension type. |
static VECTOR |
VECTOR.ofFloat64Values(java.lang.Object object)
Converts an
Object into a VECTOR of the
FLOAT64 dimension type. |
static VECTOR |
VECTOR.ofFloat64Values(java.lang.Object object)
Converts an
Object into a VECTOR of the
FLOAT64 dimension type. |
static VECTOR |
VECTOR.ofInt8Values(java.lang.Object object)
Converts an
Object into a VECTOR of the
INT8 dimension type. |
static VECTOR |
VECTOR.ofInt8Values(java.lang.Object object)
Converts an
Object into a VECTOR of the
INT8 dimension type. |
| Modifier and Type | Method and Description |
|---|---|
VECTOR |
OracleJsonVector.getVECTOR()
Returns this value as a
VECTOR |
VECTOR |
OracleJsonVector.getVECTOR()
Returns this value as a
VECTOR |