Uses of Class
oracle.sql.VECTOR
-
Packages that use VECTOR Package Description oracle.sql A package of classes that represent java SQL types and Oracle specific SQL types.oracle.sql.json The API for JSON type in Oracle Database. -
-
Uses of VECTOR in oracle.sql
Methods in oracle.sql that return VECTOR Modifier and Type Method Description static VECTORVECTOR. fromData(byte[] data)Creates aVECTORthat contains the values encoded in the givendata.static VECTORVECTOR. ofFloat32Values(java.lang.Object values)Converts the givenvaluesinto aVECTORof 32-bit floating point numbers.static VECTORVECTOR. ofFloat64Values(java.lang.Object values)Converts the givenvaluesinto aVECTORof 64-bit floating point numbers.static VECTORVECTOR. ofInt8Values(java.lang.Object values)Converts the givenvaluesinto aVECTORof signed 8-bit integers. -
Uses of VECTOR in oracle.sql.json
Methods in oracle.sql.json that return VECTOR Modifier and Type Method Description VECTOROracleJsonVector. getVECTOR()Returns this value as aVECTOR
-