Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc . |
Modifier and Type | Method and Description |
---|---|
void |
OracleConnection.enqueue(String queueName,
AQEnqueueOptions opt,
AQMessage mesg)
Enqueues the given AQ message to the queue specified by its name.
|
void |
OracleConnectionWrapper.enqueue(String queueName,
AQEnqueueOptions opt,
AQMessage mesg) |
void |
OracleConnectionWrapper.enqueue(String queueName,
AQEnqueueOptions opt,
AQMessage mesg) |
void |
OracleConnection.enqueue(String queueName,
AQEnqueueOptions opt,
AQMessage mesg)
Enqueues the given AQ message to the queue specified by its name.
|