OCILIB (C and C++ Driver for Oracle)
4.7.5
Open source and cross platform Oracle Driver delivering efficient access to Oracle databases.
|
This is the complete list of members for ocilib::Queue, including all inherited members.
Alter(const Connection &connection, const ostring &queue, unsigned int maxRetries=0, unsigned int retryDelay=0, unsigned int retentionTime=0, const ostring &comment=OTEXT("")) | ocilib::Queue | inlinestatic |
Create(const Connection &connection, const ostring &queue, const ostring &table, QueueType type=NormalQueue, unsigned int maxRetries=0, unsigned int retryDelay=0, unsigned int retentionTime=0, bool dependencyTracking=false, const ostring &comment=OTEXT("")) | ocilib::Queue | inlinestatic |
Drop(const Connection &connection, const ostring &queue) | ocilib::Queue | inlinestatic |
ExceptionQueue enum value | ocilib::Queue | |
NonPersistentQueue enum value | ocilib::Queue | |
NormalQueue enum value | ocilib::Queue | |
QueueType typedef | ocilib::Queue | |
QueueTypeValues enum name | ocilib::Queue | |
Start(const Connection &connection, const ostring &queue, bool enableEnqueue=true, bool enableDequeue=true) | ocilib::Queue | inlinestatic |
Stop(const Connection &connection, const ostring &queue, bool stopEnqueue=true, bool stopDequeue=true, bool wait=true) | ocilib::Queue | inlinestatic |