Uses of Interface
oracle.sql.json.OracleJsonParser
Packages that use OracleJsonParser
Package
Description
This package defines service provider interfaces (SPIs) that are consumed by
the Oracle JDBC Driver.
The API for JSON type in Oracle Database.
-
Uses of OracleJsonParser in oracle.jdbc.spi
Methods in oracle.jdbc.spi with parameters of type OracleJsonParserModifier and TypeMethodDescriptionOsonConverter.deserialize(OracleJsonParser oParser, Class<?> type) Deserialize the OSON bytes represented by this parser into an instance of the class provided. -
Uses of OracleJsonParser in oracle.sql.json
Methods in oracle.sql.json that return OracleJsonParserModifier and TypeMethodDescriptionOracleJsonFactory.createJsonBinaryParser(InputStream in) Creates a binary JSON parser from the given byte stream.OracleJsonFactory.createJsonBinaryParser(ByteBuffer in) Creates a binary JSON parser from the given buffer.OracleJsonFactory.createJsonTextParser(InputStream in) Creates a JSON text parser from the given byte stream.OracleJsonFactory.createJsonTextParser(Reader in) Creates a JSON text parser from the given character stream.