Uses of Class
oracle.jdbc.aq.AQEnqueueOptions
-
Packages that use AQEnqueueOptions Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc
. -
-
Uses of AQEnqueueOptions in oracle.jdbc
Methods in oracle.jdbc with parameters of type AQEnqueueOptions Modifier and Type Method Description void
OracleConnection. enqueue(String queueName, AQEnqueueOptions opt, AQMessage mesg)
Enqueues the given AQ message to the queue specified by its name.int
OracleConnection. enqueue(String queueName, AQEnqueueOptions opt, AQMessage[] mesgs)
Enqueues the given array of AQ messages to the queue specified by its name.void
OracleConnectionWrapper. enqueue(String queueName, AQEnqueueOptions opt, AQMessage mesg)
int
OracleConnectionWrapper. enqueue(String queueName, AQEnqueueOptions opt, AQMessage[] mesgs)
-