beginTransaction() | Qore::SQL::DatasourcePool | |
clearEventQueue() | Qore::SQL::DatasourcePool | |
clearWarningCallback() | Qore::SQL::DatasourcePool | |
commit() | Qore::SQL::DatasourcePool | |
constructor(string driver, *string user, *string pass, *string db, *string encoding, *string host, softint min=3, softint max=10, softint port=0, *Qore::Thread::Queue queue, auto arg) | Qore::SQL::DatasourcePool | |
constructor(string desc, *Qore::Thread::Queue queue, auto arg) | Qore::SQL::DatasourcePool | |
constructor(hash< auto > opts, *Qore::Thread::Queue queue, auto arg) | Qore::SQL::DatasourcePool | |
Qore::Serializable::constructor() | Qore::Serializable | |
copy() | Qore::SQL::DatasourcePool | |
currentThreadInTransaction() | Qore::SQL::DatasourcePool | |
deserialize(InputStream stream, *int flags) | Qore::Serializable | static |
deserialize(binary bin, *int flags) | Qore::Serializable | static |
deserialize(string bin, *int flags) | Qore::Serializable | static |
deserialize(hash< SerializationInfo > data, *int flags) | Qore::Serializable | static |
deserializeMembers(hash< auto > members) | Qore::Serializable | private:internal |
deserializeToData(InputStream stream, *int flags) | Qore::Serializable | static |
deserializeToData(binary bin, *int flags) | Qore::Serializable | static |
destructor() | Qore::SQL::DatasourcePool | |
exec(string sql,...) | Qore::SQL::DatasourcePool | |
execRaw(string sql) | Qore::SQL::DatasourcePool | |
getCapabilities() | Qore::SQL::DatasourcePool | |
getCapabilityList() | Qore::SQL::DatasourcePool | |
getClientVersion() | Qore::SQL::DatasourcePool | |
getConfigHash() | Qore::SQL::DatasourcePool | |
getConfigString() | Qore::SQL::DatasourcePool | |
getDBCharset() | Qore::SQL::DatasourcePool | |
getDBEncoding() | Qore::SQL::DatasourcePool | |
getDBName() | Qore::SQL::DatasourcePool | |
getDriverName() | Qore::SQL::DatasourcePool | |
getDriverRealName() | Qore::SQL::DatasourcePool | |
getErrorTimeout() | Qore::SQL::DatasourcePool | |
getHostName() | Qore::SQL::DatasourcePool | |
getMaximum() | Qore::SQL::DatasourcePool | |
getMinimum() | Qore::SQL::DatasourcePool | |
getOption(string opt) | Qore::SQL::DatasourcePool | |
getOptionHash() | Qore::SQL::DatasourcePool | |
getOSCharset() | Qore::SQL::DatasourcePool | |
getOSEncoding() | Qore::SQL::DatasourcePool | |
getPassword() | Qore::SQL::DatasourcePool | |
getPort() | Qore::SQL::DatasourcePool | |
getServerVersion() | Qore::SQL::DatasourcePool | |
getSQLStatement() | Qore::SQL::DatasourcePool | |
getUsageInfo() | Qore::SQL::DatasourcePool | |
getUserName() | Qore::SQL::DatasourcePool | |
inTransaction() | Qore::SQL::DatasourcePool | |
rollback() | Qore::SQL::DatasourcePool | |
select(string sql,...) | Qore::SQL::DatasourcePool | |
selectRow(string sql,...) | Qore::SQL::DatasourcePool | |
selectRows(string sql,...) | Qore::SQL::DatasourcePool | |
serialize(OutputStream stream, *int flags) | Qore::Serializable | |
serialize(*int flags) | Qore::Serializable | |
serialize(auto val, OutputStream stream, *int flags) | Qore::Serializable | static |
serialize(auto val, *int flags) | Qore::Serializable | static |
serializeMembers(*hash< auto > members) | Qore::Serializable | private:internal |
serializeToData(*int flags) | Qore::Serializable | |
serializeToData(auto val, *int flags) | Qore::Serializable | static |
setErrorTimeout(timeout ts) | Qore::SQL::DatasourcePool | |
setEventQueue(Qore::Thread::Queue queue, auto arg) | Qore::SQL::DatasourcePool | |
setWarningCallback(timeout ms, code callback, auto arg) | Qore::SQL::DatasourcePool | |
toString() | Qore::SQL::DatasourcePool | |
vexec(string sql, *softlist< auto > vargs) | Qore::SQL::DatasourcePool | |
vselect(string sql, *softlist< auto > vargs) | Qore::SQL::DatasourcePool | |
vselectRow(string sql, *softlist< auto > vargs) | Qore::SQL::DatasourcePool | |
vselectRows(string sql, *softlist< auto > vargs) | Qore::SQL::DatasourcePool | |