IConnection Member List

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

beginBatchFetch(ICursor &cursor, size_type batchSize)IConnection
beginClose()IConnection
beginCommitTransaction(Transaction &txn, const char *sql)IConnection
beginExecute(const std::string &sql)IConnection
beginExecute(IStatement &stmt)IConnection
beginOpen(const std::string &connStr)IConnection
beginPing()IConnection
beginPrepare(const std::string &query)IConnection
beginPrepareCached(const std::string &query)=0IConnectionpure virtual
beginRollbackTransaction(Transaction &txn, const char *sql)IConnection
beginSelect(const std::string &sql)IConnection
beginSelect(IStatement &stmt)IConnection
beginStartTransaction(Transaction &txn, const char *sql)IConnection
cancelConnection() noexceptIConnectionprotected
cancelCursor(ICursor &cursor)IConnection
cancelPending() noexceptIConnectionprotected
cancelStatement(IStatement &stmt)IConnection
clearStatementCache()=0IConnectionpure virtual
close()IConnection
closeFinished()IConnection
commitTransaction(const char *sql=nullptr)IConnection
endBatchFetch(ICursor &cursor)IConnection
endClose()IConnection
endCommitTransaction()IConnection
endExecute()IConnection
endExecute(IStatement &stmt)IConnection
endOpen()IConnection
endPing()IConnection
endPrepare()IConnection
endPrepareCached()=0IConnectionpure virtual
endRollbackTransaction()IConnection
endSelect()IConnection
endSelect(IStatement &stmt)IConnection
endStartTransaction()IConnection
execute(const std::string &query)IConnection
execute(IStatement &stmt)IConnection
executeFinished()IConnection
fetchBatch(ICursor &cursor, size_type batchSize)IConnection
getCursor(IStatement &stmt, size_type batchSize)IConnection
hasTransaction() constIConnection
isIdle() constIConnection
isOpen() constIConnection
lastInsertId(const std::string &name)IConnection
open(const std::string &connStr)IConnection
openFinished()IConnection
ping()IConnection
pingFinished()IConnection
prepare(const std::string &query)IConnection
prepareCached(const std::string &query)=0IConnectionpure virtual
prepareCachedFinished()IConnection
prepareFinished()IConnection
rollbackTransaction(const char *sql=nullptr)IConnection
select(const std::string &query)IConnection
select(IStatement &stmt)IConnection
selectFinished()IConnection
selectRow(IStatement &stmt)IConnection
selectValue(IStatement &stmt)IConnection
setActive(Pt::System::EventLoop *loop)IConnection
startTransaction(const char *sql=nullptr)IConnection