java.lang.Object
org.jooq.util.oracle.OracleDSL.DBMS_AQ.ENQUEUE_OPTIONS_T
- Enclosing class:
- OracleDSL.DBMS_AQ
A 
RECORD corresponding to
 DBMS_AQ.ENQUEUE_OPTIONS_T.
 PL/SQL specification:
TYPE ENQUEUE_OPTIONS_T IS RECORD ( visibility BINARY_INTEGER DEFAULT ON_COMMIT, relative_msgid RAW(16) DEFAULT NULL, sequence_deviation BINARY_INTEGER DEFAULT NULL, transformation VARCHAR2(61) DEFAULT NULL, delivery_mode PLS_INTEGER NOT NULL DEFAULT PERSISTENT );
- 
Field SummaryFieldsModifier and TypeFieldDescription
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondelivery_mode(OracleDSL.DBMS_AQ.DELIVERY_MODE newValue) transformation(String newValue) visibility(OracleDSL.DBMS_AQ.VISIBILITY newValue) 
- 
Field Details- 
visibility
- 
sequence_deviation
- 
transformation
- 
delivery_mode
 
- 
- 
Constructor Details- 
ENQUEUE_OPTIONS_Tpublic ENQUEUE_OPTIONS_T()
 
- 
- 
Method Details- 
visibility
- 
sequence_deviationpublic OracleDSL.DBMS_AQ.ENQUEUE_OPTIONS_T sequence_deviation(OracleDSL.DBMS_AQ.SEQUENCE_DEVIATION newValue) 
- 
transformation
- 
delivery_mode
 
-