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)
Creates a
VECTOR that contains the values encoded in the
given data . |
static VECTOR |
VECTOR.fromData(byte[] data)
Creates a
VECTOR that contains the values encoded in the
given data . |
static VECTOR |
VECTOR.ofFloat32Values(java.lang.Object values)
Converts the given
values into a VECTOR of
32-bit floating point numbers. |
static VECTOR |
VECTOR.ofFloat32Values(java.lang.Object values)
Converts the given
values into a VECTOR of
32-bit floating point numbers. |
static VECTOR |
VECTOR.ofFloat64Values(java.lang.Object values)
Converts the given
values into a VECTOR of
64-bit floating point numbers. |
static VECTOR |
VECTOR.ofFloat64Values(java.lang.Object values)
Converts the given
values into a VECTOR of
64-bit floating point numbers. |
static VECTOR |
VECTOR.ofInt8Values(java.lang.Object values)
Converts the given
values into a VECTOR of
signed 8-bit integers. |
static VECTOR |
VECTOR.ofInt8Values(java.lang.Object values)
Converts the given
values into a VECTOR of
signed 8-bit integers. |
Modifier and Type | Method and Description |
---|---|
VECTOR |
OracleJsonVector.getVECTOR()
Returns this value as a
VECTOR |
VECTOR |
OracleJsonVector.getVECTOR()
Returns this value as a
VECTOR |