Qore Programming Language  0.9.16
Datasource Member List

This is the complete list of members for Datasource, including all inherited members.

activeTransaction() constDatasource
autoCommit(ExceptionSink *xsink)Datasource
beginImplicitTransaction(ExceptionSink *xsink)Datasourceprivate
beginTransaction(ExceptionSink *xsink)Datasource
close()Datasource
commit(ExceptionSink *xsink)Datasource
connectionAborted()Datasource
connectionAborted(ExceptionSink *xsink)Datasource
connectionLost(ExceptionSink *xsink)Datasource
connectionRecovered(ExceptionSink *xsink)Datasource
copy() constDatasource
Datasource(DBIDriver *driver, DatasourceStatementHelper *dsh)Datasource
Datasource(const Datasource &old, DatasourceStatementHelper *dsh)Datasource
Datasource(DBIDriver *driver)Datasource
Datasource(const Datasource &old)Datasource
describe(const QoreString *query_str, const QoreListNode *args, ExceptionSink *xsink)Datasource
exec(const QoreString *query_str, const QoreListNode *args, ExceptionSink *xsink)Datasource
execRaw(const QoreString *query_str, const QoreListNode *args, ExceptionSink *xsink)Datasource
execRaw(const QoreString *query_str, ExceptionSink *xsink)Datasource
freeConnectionValues()Datasourceprivate
getAutoCommit() constDatasource
getCapabilities() constDatasource
getCapabilityList() constDatasource
getClientVersion(ExceptionSink *xsink) constDatasource
getConfigHash() constDatasource
getConfigString() constDatasource
getConnectOptions() constDatasource
getCurrentOptionHash() constDatasource
getDBEncoding() constDatasource
getDBEncodingStr() constDatasource
getDBName() constDatasource
getDBNameStr() constDatasource
getDriver() constDatasource
getDriverName() constDatasource
getEventQueueHash(Queue *&q, int event_code) constDatasource
getHostName() constDatasource
getHostNameStr() constDatasource
getOption(const char *opt, ExceptionSink *xsink)Datasource
getOptionHash() constDatasource
getOSEncoding() constDatasource
getPassword() constDatasource
getPasswordStr() constDatasource
getPendingDBEncoding() constDatasource
getPendingDBName() constDatasource
getPendingHostName() constDatasource
getPendingPassword() constDatasource
getPendingPort() constDatasource
getPendingUsername() constDatasource
getPort() constDatasource
getPrivateData() constDatasource
getPrivateData() constDatasourceinline
getPrivateDataRef() constDatasourceinline
getQoreEncoding() constDatasource
getServerVersion(ExceptionSink *xsink)Datasource
getSQLStatementObjectForResultSet(void *stmt_private_data)Datasource
getUsername() constDatasource
getUsernameStr() constDatasource
isInTransaction() constDatasource
isOpen() constDatasource
open(ExceptionSink *xsink)Datasource
reset(ExceptionSink *xsink)Datasource
rollback(ExceptionSink *xsink)Datasource
select(const QoreString *query_str, const QoreListNode *args, ExceptionSink *xsink)Datasource
selectRow(const QoreString *query_str, const QoreListNode *args, ExceptionSink *xsink)Datasource
selectRows(const QoreString *query_str, const QoreListNode *args, ExceptionSink *xsink)Datasource
setConnectionValues()Datasourceprivate
setDBEncoding(const char *name)Datasource
setEventQueue(Queue *q, QoreValue arg, ExceptionSink *xsink)Datasource
setOption(const char *opt, const QoreValue val, ExceptionSink *xsink)Datasource
setPendingConnectionValues(const Datasource *other)Datasourceprivate
setPendingDBEncoding(const char *c)Datasource
setPendingDBName(const char *d)Datasource
setPendingHostName(const char *h)Datasource
setPendingPassword(const char *p)Datasource
setPendingPort(int port)Datasource
setPendingUsername(const char *u)Datasource
setPrivateData(void *data)Datasource
setQoreEncoding(const QoreEncoding *enc)Datasource
setQoreEncoding(const char *name)Datasource
setTransactionStatus(bool)Datasourceprivate
wasConnectionAborted() constDatasource
~Datasource()Datasourcevirtual