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