- java.lang.Object
-
- org.jooq.util.oracle.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
-
- Enclosing class:
- OracleDSL.DBMS_AQ
public static final class OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T extends Object
ARECORD
corresponding toDBMS_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
Fields Modifier and Type Field Description Integer
attempts
String
correlation
BigDecimal
delay
OracleDSL.DBMS_AQ.DELIVERY_MODE
delivery_mode
Timestamp
enqueue_time
String
exception_queue
BigDecimal
expiration
BigDecimal
expires
Deprecated.- use #expiration insteadInteger
priority
Integer
state
String
transaction_group
-
Constructor Summary
Constructors Constructor Description MESSAGE_PROPERTIES_T()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
attempts(Integer newValue)
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
correlation(String newValue)
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
delay(BigDecimal newValue)
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
delivery_mode(OracleDSL.DBMS_AQ.DELIVERY_MODE newValue)
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
enqueue_time(Timestamp newValue)
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
exception_queue(String newValue)
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
expiration(BigDecimal newValue)
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
expires(BigDecimal newValue)
Deprecated.- useexpiration(BigDecimal)
instead.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
priority(Integer newValue)
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
state(Integer newValue)
OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
transaction_group(String newValue)
-
-
-
Field Detail
-
priority
public Integer priority
-
delay
public BigDecimal delay
-
expiration
public BigDecimal expiration
-
correlation
public String correlation
-
attempts
public Integer attempts
-
exception_queue
public String exception_queue
-
enqueue_time
public Timestamp enqueue_time
-
state
public Integer state
-
transaction_group
public String transaction_group
-
delivery_mode
public OracleDSL.DBMS_AQ.DELIVERY_MODE delivery_mode
-
expires
@Deprecated public BigDecimal expires
Deprecated.- use #expiration instead
-
-
Method Detail
-
priority
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T priority(Integer newValue)
-
delay
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T delay(BigDecimal newValue)
-
expiration
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T expiration(BigDecimal newValue)
-
correlation
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T correlation(String newValue)
-
attempts
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T attempts(Integer newValue)
-
exception_queue
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T exception_queue(String newValue)
-
enqueue_time
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T enqueue_time(Timestamp newValue)
-
state
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T state(Integer newValue)
-
transaction_group
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T transaction_group(String newValue)
-
delivery_mode
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T delivery_mode(OracleDSL.DBMS_AQ.DELIVERY_MODE newValue)
-
expires
@Deprecated public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T expires(BigDecimal newValue)
Deprecated.- useexpiration(BigDecimal)
instead.
-
-