![]() |
Qore oracle Module
..
|
Classes | |
class | AQMessage |
Implementation of message to enqueue/dequeue from/to queues. More... | |
class | AQQueue |
Implementation of AQ Queue. More... | |
Functions | |
hash | bindInOut (auto value, *string type) |
returns a value to be used to bind a Qore value as an "IN OUT" variable for PL/SQL More... | |
hash | bindOracleCollection (string tname, list< auto > values) |
returns a value to be used to bind a Qore value as an Oracle collection More... | |
hash | bindOracleObject (string tname, hash< auto > values) |
returns a value to be used to bind a Qore value as an Oracle object More... | |
hash | placeholderOracleCollection (string tname) |
returns a value to be used to describe a placeholder buffer for retrieving an Oracle collection as an output value More... | |
hash | placeholderOracleObject (string tname) |
returns a value to be used to describe a placeholder buffer for retrieving an Oracle object as an output value More... | |
Variables | |
const | OCI_AMS_EXPIRED = 4 |
Expired status. | |
const | OCI_AMS_PROCESSED = 3 |
Processed status. | |
const | OCI_AMS_READY = 1 |
Ready status. | |
const | OCI_AMS_WAITING = 2 |
Waiting status. | |
const | OCI_UNKNOWN = 0 |
Unknown status. | |
Oracle namespace.