Package | Description |
---|---|
oracle.sql |
A package of classes that represent java SQL types and Oracle specific
SQL types.
|
Modifier and Type | Method and Description |
---|---|
static VECTOR.SparseByteArray |
VECTOR.SparseByteArray.fromDenseArray(byte[] denseArray)
Creates a SparseByteArray that stores only the non-zero values of a
byte array.
|
static VECTOR.SparseByteArray |
VECTOR.SparseByteArray.fromDenseArray(byte[] denseArray)
Creates a SparseByteArray that stores only the non-zero values of a
byte array.
|
static VECTOR.SparseByteArray |
VECTOR.SparseByteArray.of(int length,
int[] indices,
byte[] byteValues)
Creates a SparseByteArray of the given length, indices, and values.
|
static VECTOR.SparseByteArray |
VECTOR.SparseByteArray.of(int length,
int[] indices,
byte[] byteValues)
Creates a SparseByteArray of the given length, indices, and values.
|
VECTOR.SparseByteArray |
VECTOR.toSparseByteArray()
Converts this VECTOR into a SparseByteArray.
|
VECTOR.SparseByteArray |
VECTOR.toSparseByteArray()
Converts this VECTOR into a SparseByteArray.
|
VECTOR.SparseByteArray |
VECTOR.toSparseByteArray(byte[] data)
Converts Oracle's internal encoding of a VECTOR into a SparseByteArray.
|
VECTOR.SparseByteArray |
VECTOR.toSparseByteArray(byte[] data)
Converts Oracle's internal encoding of a VECTOR into a SparseByteArray.
|