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 and Description |
---|---|
ANYDATA |
AQMessage.getANYDATAPayload()
Retrieves the payload as an ANYDATA.
|
ANYDATA |
AQMessage.getANYDATAPayload()
Retrieves the payload as an ANYDATA.
|
Modifier and Type | Method and Description |
---|---|
void |
AQMessage.setPayload(ANYDATA payload)
Sets an ANYDATA payload.
|
void |
AQMessage.setPayload(ANYDATA payload)
Sets an ANYDATA payload.
|
Modifier and Type | Method and Description |
---|---|
static ANYDATA |
ANYDATA.convertDatum(Datum datum)
Constructs an ANYDATA instance from any instance of
Datum . |
static ANYDATA |
ANYDATA.convertDatum(Datum datum)
Constructs an ANYDATA instance from any instance of
Datum . |