Qore oracle Module
..
|
A base class for OracleDatasource and OracleDatasourcePool. Not intended to be used directly. More...
Additional Inherited Members | |
Public Member Methods inherited from OracleExtensions::OracleInstrumentationBase | |
bool | setAutomaticDBInfo (*OracleExtensions::OracleApplicationInfo item, bool checkTransaction=True) |
Obtain info about transaction capturing and try to get available Application Info. More... | |
setAppInfo (*OracleExtensions::OracleApplicationInfo audit, bool fromSystem=True) | |
Set the explicit Application Info. The transaction lock is taken. More... | |
setAppInfo (*string client, *string module, *string action, bool fromSystem=True) | |
An overloaded method with the same functionality as the OracleExtensions::OracleApplicationInfo variant. | |
Private Attributes inherited from OracleExtensions::OracleInstrumentationBase | |
*OracleExtensions::OracleApplicationInfo | userInfo |
potential user Application Info set by beginTransaction or explicit call of setAppInfo | |
*code | autoCode |
user code used in setAutomaticDBInfo when there is no OracleApplicationInfo value provided | |
object | m_ds |
Internally used datasource/pool. | |
A base class for OracleDatasource and OracleDatasourcePool. Not intended to be used directly.