|
bool | isTransactionNonOwn (void) |
| return true if other thread have active transaction.
|
|
void | setTransactionActive (void) |
| set transaction ownership status.
|
|
void | releaseTransaction (void) |
| release transaction: clean active transaction status.
|
|
string | strConnProperty (const string &i_key) const |
| return string value of connection property by key (case neutral) or empty "" string if key not found.
|
|
bool | boolConnProperty (const string &i_key) const |
| return true if value of connection property is 'true', 'yes', '1' (case neutral).
|
|
long long | longConnProperty (const string &i_key, long i_default) const |
| return long value of connection property or default value if key not found (case neutral).
|
|
base class for database connection wrapper