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.
|
oracle.sql |
A package of classes that represent java SQL types and Oracle specific SQL types.
|
Modifier and Type | Method | Description |
---|---|---|
ANYDATA |
AQMessage.getANYDATAPayload() |
Retrieves the payload as an ANYDATA.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AQMessage.setPayload(ANYDATA payload) |
Sets an ANYDATA payload.
|
Modifier and Type | Method | Description |
---|---|---|
static ANYDATA |
ANYDATA.convertDatum(Datum datum) |
Constructs an ANYDATA instance from any instance of
Datum . |