Uses of Class
oracle.sql.json.OracleJsonDatum
-
Packages that use OracleJsonDatum Package Description oracle.jdbc.aq This package is an Oracle JDBC extension that provides interfaces to access the Advanced Queuing feature of Oracle for enterprise messaging applications. -
-
Uses of OracleJsonDatum in oracle.jdbc.aq
Methods in oracle.jdbc.aq that return OracleJsonDatum Modifier and Type Method Description OracleJsonDatumAQMessage. getJSONPayload()Retrieves the payload as JSON type.Methods in oracle.jdbc.aq with parameters of type OracleJsonDatum Modifier and Type Method Description voidAQMessage. setPayload(OracleJsonDatum jsonPayload)Sets JSON type payload.
-