Uses of Interface
oracle.sql.VECTOR.SparseByteArray
-
Packages that use VECTOR.SparseByteArray Package Description oracle.sql A package of classes that represent java SQL types and Oracle specific SQL types. -
-
Uses of VECTOR.SparseByteArray in oracle.sql
Methods in oracle.sql that return VECTOR.SparseByteArray Modifier and Type Method 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. 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(byte[] data)
Converts Oracle's internal encoding of a VECTOR into a SparseByteArray.
-