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)For most use cases, an of...Values method should be used when creating a VECTOR object, not this method.static VECTORVECTOR. ofBinaryValues(java.lang.Object object)Converts anObjectinto aVECTORof the BINARY dimension type.static VECTORVECTOR. ofFloat32Values(java.lang.Object object)Converts anObjectinto aVECTORof the FLOAT32 dimension type.static VECTORVECTOR. ofFloat64Values(java.lang.Object object)Converts anObjectinto aVECTORof the FLOAT64 dimension type.static VECTORVECTOR. ofInt8Values(java.lang.Object object)Converts anObjectinto aVECTORof the INT8 dimension type. -
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
-