Uses of Class
oracle.sql.VECTOR
Packages that use VECTOR
Package
Description
A package of classes that represent java SQL types and Oracle specific
SQL types.
The API for JSON type in Oracle Database.
-
Uses of VECTOR in oracle.sql
Methods in oracle.sql that return VECTORModifier and TypeMethodDescriptionstatic 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(Object object) Converts anObjectinto aVECTORof the BINARY dimension type.static VECTORVECTOR.ofFloat32Values(Object object) Converts anObjectinto aVECTORof the FLOAT32 dimension type.static VECTORVECTOR.ofFloat64Values(Object object) Converts anObjectinto aVECTORof the FLOAT64 dimension type.static VECTORVECTOR.ofInt8Values(Object object) Converts anObjectinto aVECTORof the INT8 dimension type. -
Uses of VECTOR in oracle.sql.json
Methods in oracle.sql.json that return VECTOR