This is the complete list of members for Connection, including all inherited members.
| beginTransaction(TRANSACTION_TYPE type=TRANSACTION_DEFAULT) | Connection | |
| clear() noexcept | Connection | |
| close() noexcept | Connection | |
| commit() | Connection | |
| execute(const std::string &sql, Args &&... args) | Connection | |
| executeQuery(const std::string &sql, Args &&... args) | Connection | |
| getFetchSize() noexcept | Connection | |
| getLastError() const noexcept | Connection | |
| getMaxRows() noexcept | Connection | |
| getQueryTimeout() noexcept | Connection | |
| inTransaction() const noexcept | Connection | |
| isSupported(const std::string &url) noexcept | Connection | static |
| lastRowId() noexcept | Connection | |
| ping() noexcept | Connection | |
| prepareStatement(const std::string &sql) | Connection | |
| rollback() | Connection | |
| rowsChanged() noexcept | Connection | |
| setFetchSize(int rows) noexcept | Connection | |
| setMaxRows(int max) noexcept | Connection | |
| setQueryTimeout(int ms) noexcept | Connection |
Copyright © Tildeslash Ltd. All rights reserved.