Package | Description |
---|---|
org.jooq.util.oracle |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.ORACLE dialect. |
Modifier and Type | Method and Description |
---|---|
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T.attempts(java.lang.Integer newValue) |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T.correlation(java.lang.String newValue) |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T.delay(java.math.BigDecimal newValue) |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T.delivery_mode(OracleDSL.DBMS_AQ.DELIVERY_MODE newValue) |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T.enqueue_time(java.sql.Timestamp newValue) |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T.exception_queue(java.lang.String newValue) |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T.expiration(java.math.BigDecimal newValue) |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T.expires(java.math.BigDecimal newValue)
Deprecated.
- use
expiration(BigDecimal) instead. |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T.priority(java.lang.Integer newValue) |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T.state(java.lang.Integer newValue) |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T |
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T.transaction_group(java.lang.String newValue) |
Modifier and Type | Method and Description |
---|---|
static <R extends UDTRecord<R>> |
OracleDSL.DBMS_AQ.dequeue(Configuration configuration,
Queue<R> queue,
OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T options,
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T properties)
Dequeue a message in an Oracle AQ.
|
static <R extends UDTRecord<R>> |
OracleDSL.DBMS_AQ.dequeueAsync(Configuration configuration,
Queue<R> queue,
OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T options,
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T properties)
Dequeue a message in an Oracle AQ asynchronously.
|
static <R extends UDTRecord<R>> |
OracleDSL.DBMS_AQ.dequeueAsync(java.util.concurrent.Executor executor,
Configuration configuration,
Queue<R> queue,
OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T options,
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T properties)
Dequeue a message in an Oracle AQ, asynchronously in the given
executor.
|
static <R extends UDTRecord<R>> |
OracleDSL.DBMS_AQ.dequeueIterable(Configuration configuration,
Queue<R> queue,
OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T options,
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T properties)
Dequeue messages as an Oracle AQ
Iterable . |
static <R extends UDTRecord<R>> |
OracleDSL.DBMS_AQ.dequeueStream(Configuration configuration,
Queue<R> queue,
OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T options,
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T properties)
Dequeue messages as an Oracle AQ
Stream . |
static <R extends UDTRecord<R>> |
OracleDSL.DBMS_AQ.enqueue(Configuration configuration,
Queue<R> queue,
R payload,
OracleDSL.DBMS_AQ.ENQUEUE_OPTIONS_T options,
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T properties)
Enqueue a message in an Oracle AQ.
|
Copyright © 2018. All Rights Reserved.