beginTransaction() | Qore::SQL::DatasourcePool | virtual |
clearEventQueue() | Qore::SQL::DatasourcePool | |
clearWarningCallback() | Qore::SQL::DatasourcePool | |
commit() | Qore::SQL::DatasourcePool | virtual |
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) | Qore::Serializable | static |
deserialize(binary bin) | Qore::Serializable | static |
deserialize(string bin) | Qore::Serializable | static |
deserialize(hash< SerializationInfo > data) | Qore::Serializable | static |
deserializeMembers(hash< auto > members) | Qore::Serializable | private:internal |
deserializeToData(InputStream stream) | Qore::Serializable | static |
deserializeToData(binary bin) | Qore::Serializable | static |
destructor() | Qore::SQL::DatasourcePool | |
exec(string sql,...) | Qore::SQL::DatasourcePool | virtual |
execRaw(string sql) | Qore::SQL::DatasourcePool | virtual |
getCapabilities() | Qore::SQL::DatasourcePool | |
getCapabilityList() | Qore::SQL::DatasourcePool | |
getClientVersion() | Qore::SQL::DatasourcePool | virtual |
getConfigHash() | Qore::SQL::DatasourcePool | virtual |
getConfigString() | Qore::SQL::DatasourcePool | virtual |
getDBCharset() | Qore::SQL::DatasourcePool | |
getDBEncoding() | Qore::SQL::DatasourcePool | virtual |
getDBName() | Qore::SQL::DatasourcePool | virtual |
getDriverName() | Qore::SQL::DatasourcePool | virtual |
getErrorTimeout() | Qore::SQL::DatasourcePool | |
getHostName() | Qore::SQL::DatasourcePool | virtual |
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 | virtual |
getPassword() | Qore::SQL::DatasourcePool | virtual |
getPort() | Qore::SQL::DatasourcePool | virtual |
getServerVersion() | Qore::SQL::DatasourcePool | virtual |
getSQLStatement() | Qore::SQL::DatasourcePool | |
getUsageInfo() | Qore::SQL::DatasourcePool | |
getUserName() | Qore::SQL::DatasourcePool | virtual |
inTransaction() | Qore::SQL::DatasourcePool | virtual |
rollback() | Qore::SQL::DatasourcePool | virtual |
select(string sql,...) | Qore::SQL::DatasourcePool | virtual |
selectRow(string sql,...) | Qore::SQL::DatasourcePool | virtual |
selectRows(string sql,...) | Qore::SQL::DatasourcePool | virtual |
serialize(OutputStream stream) | Qore::Serializable | |
serialize() | Qore::Serializable | |
serialize(auto val, OutputStream stream) | Qore::Serializable | static |
serialize(auto val) | Qore::Serializable | static |
serializeMembers(*hash< auto > members) | Qore::Serializable | private:internal |
serializeToData() | Qore::Serializable | |
serializeToData(auto val) | 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 | virtual |
vselect(string sql, *softlist< auto > vargs) | Qore::SQL::DatasourcePool | virtual |
vselectRow(string sql, *softlist< auto > vargs) | Qore::SQL::DatasourcePool | virtual |
vselectRows(string sql, *softlist< auto > vargs) | Qore::SQL::DatasourcePool | virtual |