Uses of Interface
oracle.sql.json.OracleJsonVector
-
Packages that use OracleJsonVector Package Description oracle.sql.json The API for JSON type in Oracle Database. -
-
Uses of OracleJsonVector in oracle.sql.json
Methods in oracle.sql.json that return OracleJsonVector Modifier and Type Method Description default OracleJsonVectorOracleJsonValue. asJsonVector()Returns this value asOracleJsonVector.OracleJsonVectorOracleJsonFactory. createVector(byte[] vector)Creates a new JSON vector.OracleJsonVectorOracleJsonFactory. createVector(double[] vector)Creates a new JSON vector.OracleJsonVectorOracleJsonFactory. createVector(float[] vector)Creates a new JSON vector.
-