- 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 ARECORDcorresponding 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 SummaryFields Modifier and Type Field Description IntegerattemptsStringcorrelationBigDecimaldelayOracleDSL.DBMS_AQ.DELIVERY_MODEdelivery_modeTimestampenqueue_timeStringexception_queueBigDecimalexpirationBigDecimalexpiresDeprecated.- use #expiration insteadIntegerpriorityIntegerstateStringtransaction_group
 - 
Constructor SummaryConstructors Constructor Description MESSAGE_PROPERTIES_T()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_Tattempts(Integer newValue)OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_Tcorrelation(String newValue)OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_Tdelay(BigDecimal newValue)OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_Tdelivery_mode(OracleDSL.DBMS_AQ.DELIVERY_MODE newValue)OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_Tenqueue_time(Timestamp newValue)OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_Texception_queue(String newValue)OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_Texpiration(BigDecimal newValue)OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_Texpires(BigDecimal newValue)Deprecated.- useexpiration(BigDecimal)instead.OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_Tpriority(Integer newValue)OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_Tstate(Integer newValue)OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_Ttransaction_group(String newValue)
 
- 
- 
- 
Field Detail- 
prioritypublic Integer priority 
 - 
delaypublic BigDecimal delay 
 - 
expirationpublic BigDecimal expiration 
 - 
correlationpublic String correlation 
 - 
attemptspublic Integer attempts 
 - 
exception_queuepublic String exception_queue 
 - 
enqueue_timepublic Timestamp enqueue_time 
 - 
statepublic Integer state 
 - 
transaction_grouppublic String transaction_group 
 - 
delivery_modepublic OracleDSL.DBMS_AQ.DELIVERY_MODE delivery_mode 
 - 
expires@Deprecated public BigDecimal expires Deprecated.- use #expiration instead
 
- 
 - 
Method Detail- 
prioritypublic OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T priority(Integer newValue) 
 - 
delaypublic OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T delay(BigDecimal newValue) 
 - 
expirationpublic OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T expiration(BigDecimal newValue) 
 - 
correlationpublic OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T correlation(String newValue) 
 - 
attemptspublic OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T attempts(Integer newValue) 
 - 
exception_queuepublic OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T exception_queue(String newValue) 
 - 
enqueue_timepublic OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T enqueue_time(Timestamp newValue) 
 - 
statepublic OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T state(Integer newValue) 
 - 
transaction_grouppublic OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T transaction_group(String newValue) 
 - 
delivery_modepublic 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.
 
- 
 
-