java.lang.Object
org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
- Enclosing class:
OracleDSL.DBMS_AQ
A
RECORD
corresponding to
DBMS_AQ.MESSAGE_PROPERTIES_T
.
PL/SQL specification:
TYPE message_properties_t IS RECORD ( priority BINARY_INTEGER NOT NULL DEFAULT 1, delay BINARY_INTEGER NOT NULL DEFAULT NO_DELAY, expiration BINARY_INTEGER NOT NULL DEFAULT NEVER, correlation VARCHAR2(128) DEFAULT NULL, attempts BINARY_INTEGER, recipient_list AQ$_RECIPIENT_LIST_T, exception_queue VARCHAR2(61) DEFAULT NULL, enqueue_time DATE, state BINARY_INTEGER, sender_id SYS.AQ$_AGENT DEFAULT NULL, original_msgid RAW(16) DEFAULT NULL, signature aq$_sig_prop DEFAULT NULL, transaction_group VARCHAR2(30) DEFAULT NULL, user_property SYS.ANYDATA DEFAULT NULL delivery_mode PLS_INTEGER NOT NULL DEFAULT DBMS_AQ.PERSISTENT );
-
Field Summary
Modifier and TypeFieldDescriptionDeprecated.- use #expiration instead -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncorrelation
(String newValue) delay
(BigDecimal newValue) delivery_mode
(OracleDSL.DBMS_AQ.DELIVERY_MODE newValue) enqueue_time
(Timestamp newValue) exception_queue
(String newValue) expiration
(BigDecimal newValue) expires
(BigDecimal newValue) Deprecated.- useexpiration(BigDecimal)
instead.transaction_group
(String newValue)
-
Field Details
-
priority
-
delay
-
expiration
-
correlation
-
attempts
-
exception_queue
-
enqueue_time
-
state
-
transaction_group
-
delivery_mode
-
expires
Deprecated.- use #expiration instead
-
-
Constructor Details
-
MESSAGE_PROPERTIES_T
public MESSAGE_PROPERTIES_T()
-
-
Method Details
-
priority
-
delay
-
expiration
-
correlation
-
attempts
-
exception_queue
-
enqueue_time
-
state
-
transaction_group
-
delivery_mode
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T delivery_mode(OracleDSL.DBMS_AQ.DELIVERY_MODE newValue) -
expires
Deprecated.- useexpiration(BigDecimal)
instead.
-