Uses of Interface
oracle.sql.VECTOR.SparseByteArray
Packages that use VECTOR.SparseByteArray
Package
Description
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.SparseByteArrayModifier and TypeMethodDescriptionstatic 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.toSparseByteArray()Converts this VECTOR into a SparseByteArray.VECTOR.toSparseByteArray(byte[] data) Converts Oracle's internal encoding of a VECTOR into a SparseByteArray.