Uses of Interface
oracle.sql.VECTOR.SparseDoubleArray
-
Packages that use VECTOR.SparseDoubleArray Package Description oracle.sql A package of classes that represent java SQL types and Oracle specific SQL types. -
-
Uses of VECTOR.SparseDoubleArray in oracle.sql
Methods in oracle.sql that return VECTOR.SparseDoubleArray Modifier and Type Method Description static VECTOR.SparseDoubleArrayVECTOR.SparseDoubleArray. fromDenseArray(double[] denseArray)Creates a SparseDoubleArray that stores only the non-zero values of a double array.static VECTOR.SparseDoubleArrayVECTOR.SparseDoubleArray. of(int length, int[] indices, double[] doubleValues)Creates a SparseDoubleArray of the given length, indices, and values.VECTOR.SparseDoubleArrayVECTOR. toSparseDoubleArray()Converts this VECTOR into a SparseDoubleArray.VECTOR.SparseDoubleArrayVECTOR. toSparseDoubleArray(byte[] data)Converts Oracle's internal encoding of a VECTOR into a SparseDoubleArray.
-