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.
|
Modifier and Type | Method and Description |
---|---|
OracleJsonDatum |
AQMessage.getJSONPayload()
Retrieves the payload as JSON type.
|
OracleJsonDatum |
AQMessage.getJSONPayload()
Retrieves the payload as JSON type.
|
Modifier and Type | Method and Description |
---|---|
void |
AQMessage.setPayload(OracleJsonDatum jsonPayload)
Sets JSON type payload.
|
void |
AQMessage.setPayload(OracleJsonDatum jsonPayload)
Sets JSON type payload.
|