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.SparseByteArrayVECTOR.SparseByteArray. fromDenseArray(byte[] denseArray)Creates a SparseByteArray that stores only the non-zero values of a byte array.static VECTOR.SparseByteArrayVECTOR.SparseByteArray. of(int length, int[] indices, byte[] byteValues)Creates a SparseByteArray of the given length, indices, and values.VECTOR.SparseByteArrayVECTOR. toSparseByteArray()Converts this VECTOR into a SparseByteArray.VECTOR.SparseByteArrayVECTOR. toSparseByteArray(byte[] data)Converts Oracle's internal encoding of a VECTOR into a SparseByteArray.
-