org.jooq.util.ase package contains classes related to the
 SQLDialect.ORACLE dialect.See: Description
| Interface | Description | 
|---|---|
| Queue<R extends UDTRecord<R>> | 
 An Oracle AQ specification. 
 | 
| Class | Description | 
|---|---|
| OracleDataType | 
 Supported data types for the  
SQLDialect.ORACLE dialect | 
| OracleDSL | 
 The  
SQLDialect.ORACLE specific DSL. | 
| OracleDSL.DBMS_AQ | 
 Oracle AQ related features are located here. 
 | 
| OracleDSL.DBMS_AQ.DEQUEUE_OPTIONS_T | 
 A  
RECORD corresponding to
 DBMS_AQ.DEQUEUE_OPTIONS_T. | 
| OracleDSL.DBMS_AQ.ENQUEUE_OPTIONS_T | 
 A  
RECORD corresponding to
 DBMS_AQ.ENQUEUE_OPTIONS_T. | 
| OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T | 
 A  
RECORD corresponding to
 DBMS_AQ.MESSAGE_PROPERTIES_T. | 
| QueueImpl<R extends UDTRecord<R>> | 
 A common base class for AQ. 
 | 
| Enum | Description | 
|---|---|
| OracleDSL.DBMS_AQ.DELIVERY_MODE | 
 A flag corresponding to
  
DBMS_AQ.DEQUEUE_OPTIONS_T.DELIVERY_MODE and to
 DBMS_AQ.ENQUEUE_OPTIONS_T.DELIVERY_MODE. | 
| OracleDSL.DBMS_AQ.DEQUEUE_MODE | 
 A flag corresponding to
  
DBMS_AQ.DEQUEUE_OPTIONS_T.DEQUEUE_MODE. | 
| OracleDSL.DBMS_AQ.NAVIGATION | 
 A flag corresponding to
  
DBMS_AQ.DEQUEUE_OPTIONS_T.NAVIGATION. | 
| OracleDSL.DBMS_AQ.SEQUENCE_DEVIATION | 
 A flag corresponding to  
DBMS_AQ.ENQUEUE_OPTIONS_T.SEQUENCE_DEVIATION. | 
| OracleDSL.DBMS_AQ.VISIBILITY | 
 A flag corresponding to
  
DBMS_AQ.DEQUEUE_OPTIONS_T.VISIBILITY and to
 DBMS_AQ.ENQUEUE_OPTIONS_T.VISIBILITY. | 
| OracleDSL.DBMS_AQ.WAIT | 
 A flag corresponding to  
DBMS_AQ.DEQUEUE_OPTIONS_T.WAIT. | 
org.jooq.util.ase package contains classes related to the
 SQLDialect.ORACLE dialect.Copyright © 2017. All Rights Reserved.