Uses of Class
oracle.sql.json.OracleJsonException
Packages that use OracleJsonException
-
Uses of OracleJsonException in oracle.sql.json
Subclasses of OracleJsonException in oracle.sql.jsonModifier and TypeClassDescriptionclassIndicates that a problem occurred during JSON generation.classIndicates that a problem occurred during JSON parsing.Methods in oracle.sql.json that throw OracleJsonExceptionModifier and TypeMethodDescriptionOracleJsonFactory.createDecimal(BigDecimal value) Creates a new JSON decimal.OracleJsonFactory.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.createJsonBinaryValue(InputStream in) Creates aOracleJsonValuefrom the given binary JSON stream.OracleJsonFactory.createJsonBinaryValue(ByteBuffer in) Creates aJsonValuefrom the given binary JSON 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.OracleJsonFactory.createJsonTextValue(InputStream in) Creates aOracleJsonValuefrom the given textual JSON stream.OracleJsonFactory.createJsonTextValue(Reader in) Creates aOracleJsonValuefrom the given textual JSON stream.OracleJsonObject.put(String key, BigDecimal value) Associates the specified decimal value with the specified key.OracleJsonArray.set(int index, BigDecimal value) Replaces the value at the specified position in the array with the specified decimal value.