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