public static final class OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T extends Object
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 );
Modifier and Type | Field and 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 instead
|
Integer |
priority |
Integer |
state |
String |
transaction_group |
Constructor and Description |
---|
MESSAGE_PROPERTIES_T() |
Modifier and Type | Method and 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.
- use
expiration(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) |
public Integer priority
public BigDecimal delay
public BigDecimal expiration
public String correlation
public Integer attempts
public String exception_queue
public Timestamp enqueue_time
public Integer state
public String transaction_group
public OracleDSL.DBMS_AQ.DELIVERY_MODE delivery_mode
@Deprecated public BigDecimal expires
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T priority(Integer newValue)
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T delay(BigDecimal newValue)
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T expiration(BigDecimal newValue)
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T correlation(String newValue)
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T attempts(Integer newValue)
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T exception_queue(String newValue)
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T enqueue_time(Timestamp newValue)
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T state(Integer newValue)
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T transaction_group(String newValue)
public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T delivery_mode(OracleDSL.DBMS_AQ.DELIVERY_MODE newValue)
@Deprecated public OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T expires(BigDecimal newValue)
expiration(BigDecimal)
instead.Copyright © 2017. All Rights Reserved.