Module mimir::enums [] [src]

ODPI-C public enums

Enums

ODPIDeqMode

This enumeration identifies the modes that are possible when dequeuing messages from a queue.

ODPIDeqNavigation

This enumeration identifies the method used for determining which message is to be dequeued from a queue.

ODPIEventType

This enumeration identifies the types of events that can take place. The event type is part of the messages that are sent to subscriptions.

ODPIFetchMode

This enumeration identifies the mode to use when scrolling the cursor to a new location using the function Statement::scroll().

ODPIMessageDeliveryMode

This enumeration identifies the delivery mode used for filtering messages when dequeuing messages from a queue.

ODPIMessageState

This enumeration identifies the possible states for messages in a queue.

ODPINativeTypeNum

This enumeration identifies the type of data that is being transferred to and from the database.

ODPIOracleTypeNum

This enumeration identifies the types of Oracle data that can be used for binding data as arguments to a statement, fetching data from the database, or getting and setting object attributes and element values.

ODPIPoolGetMode

This enumeration identifies the mode to use when getting sessions from a session pool.

ODPIPurity

This enumeration identifies the purity of the sessions that are acquired when using connection classes during connection creation.

ODPIShutdownMode

This enumeration identifies the mode to use when shutting down a database using dpiConn_shutdownDatabase().

ODPIStartupMode

This enumeration identifies the mode to use when starting up a database using dpiConn_startupDatabase().

ODPIStatementType

This enumeration identifies the type of statement that has been prepared. It is available as part of the structure ODPIStmtInfo.

ODPISubscrNamespace

This enumeration identifies the namespaces supported by subscriptions.

ODPISubscrProtocol

This enumeration identifies the protocol used for sending notifications to subscriptions.

ODPIVisibility

This enumeration identifies the visibility of messages in advanced queuing.