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 VECTOR
VECTOR. fromData(byte[] data)
For most use cases, an of...Values method should be used when creating a VECTOR object, not this method.static VECTOR
VECTOR. ofBinaryValues(java.lang.Object object)
Converts anObject
into aVECTOR
of the BINARY dimension type.static VECTOR
VECTOR. ofFloat32Values(java.lang.Object object)
Converts anObject
into aVECTOR
of the FLOAT32 dimension type.static VECTOR
VECTOR. ofFloat64Values(java.lang.Object object)
Converts anObject
into aVECTOR
of the FLOAT64 dimension type.static VECTOR
VECTOR. ofInt8Values(java.lang.Object object)
Converts anObject
into aVECTOR
of the INT8 dimension type. -
Uses of VECTOR in oracle.sql.json
Methods in oracle.sql.json that return VECTOR Modifier and Type Method Description VECTOR
OracleJsonVector. getVECTOR()
Returns this value as aVECTOR
-