Uses of Interface
oracle.sql.json.OracleJsonParser
-
Packages that use OracleJsonParser Package Description oracle.sql.json The API for JSON type in Oracle Database. -
-
Uses of OracleJsonParser in oracle.sql.json
Methods in oracle.sql.json that return OracleJsonParser Modifier and Type Method Description OracleJsonParser
OracleJsonFactory. createJsonBinaryParser(InputStream in)
Creates a binary JSON parser from the given byte stream.OracleJsonParser
OracleJsonFactory. createJsonBinaryParser(ByteBuffer in)
Creates a binary JSON parser from the given buffer.OracleJsonParser
OracleJsonFactory. createJsonTextParser(InputStream in)
Creates a JSON text parser from the given byte stream.OracleJsonParser
OracleJsonFactory. createJsonTextParser(Reader in)
Creates a JSON text parser from the given character stream.
-