| beginTransaction() | Connection | |
| clearStatementCache() | Connection | |
| close() | Connection | |
| commitTransaction() | Connection | |
| Connection() | Connection | |
| Connection(IConnection *conn_) | Connection | |
| execute(const std::string &query) | Connection | |
| getImpl() const | Connection | |
| lastInsertId(const std::string &name=std::string()) | Connection | |
| operator!() const | Connection | |
| ping() | Connection | |
| prepare(const std::string &query) | Connection | |
| prepareCached(const std::string &query, const std::string &key) | Connection | |
| prepareCached(const std::string &query) | Connection | |
| rollbackTransaction() | Connection | |
| select(const std::string &query) | Connection | |
| selectRow(const std::string &query) | Connection | |
| selectValue(const std::string &query) | Connection | |
| size_type typedef (defined in Connection) | Connection |