public static final class OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T extends Object
RECORD
corresponding to DBMS_AQ.MESSAGE_PROPERTIES_T
.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 |
expires |
Integer |
priority |
Integer |
state |
String |
transaction_group |
Constructor and Description |
---|
MESSAGE_PROPERTIES_T() |
Modifier and Type | Method and Description |
---|---|
void |
attempts(Integer newValue) |
void |
correlation(String newValue) |
void |
delay(BigDecimal newValue) |
void |
delivery_mode(OracleDSL.DBMS_AQ.DELIVERY_MODE newValue) |
void |
enqueue_time(Timestamp newValue) |
void |
exception_queue(String newValue) |
void |
expires(BigDecimal newValue) |
void |
priority(Integer newValue) |
void |
state(Integer newValue) |
void |
transaction_group(String newValue) |
public Integer priority
public BigDecimal delay
public BigDecimal expires
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
public void priority(Integer newValue)
public void delay(BigDecimal newValue)
public void expires(BigDecimal newValue)
public void correlation(String newValue)
public void attempts(Integer newValue)
public void exception_queue(String newValue)
public void enqueue_time(Timestamp newValue)
public void state(Integer newValue)
public void transaction_group(String newValue)
public void delivery_mode(OracleDSL.DBMS_AQ.DELIVERY_MODE newValue)
Copyright © 2015. All Rights Reserved.