|
SlHelpers
|
This is the complete list of members for SlSqlite::SQLConn, including all inherited members.
| attach(const std::filesystem::path &dbFile, std::string_view dbName) const noexcept | SlSqlite::SQLConn | |
| begin(TransactionType type=TransactionType::DEFERRED) const noexcept | SlSqlite::SQLConn | |
| beginAuto(TransactionType type=TransactionType::DEFERRED) const noexcept | SlSqlite::SQLConn | inline |
| bind(const SQLStmtHolder &ins, const std::string &key, const BindVal &val, bool transient=false) const noexcept | SlSqlite::SQLConn | protected |
| bind(const SQLStmtHolder &ins, const Binding &binding, bool transient=false) const noexcept | SlSqlite::SQLConn | protected |
| Binding typedef | SlSqlite::SQLConn | protected |
| BindVal typedef | SlSqlite::SQLConn | protected |
| Column typedef | SlSqlite::SQLConn | protected |
| createDB() | SlSqlite::SQLConn | inlinevirtual |
| createIndices(const Indices &indices) const noexcept | SlSqlite::SQLConn | protected |
| createTables(const Tables &tables) const noexcept | SlSqlite::SQLConn | protected |
| createTriggers(const Triggers &triggers) const noexcept | SlSqlite::SQLConn | protected |
| createViews(const Views &views) const noexcept | SlSqlite::SQLConn | protected |
| end() const noexcept | SlSqlite::SQLConn | inline |
| exec(const std::string &sql) const noexcept | SlSqlite::SQLConn | inline |
| Indices typedef | SlSqlite::SQLConn | protected |
| insert(const SQLStmtHolder &ins, const Binding &binding={}, uint64_t *affected=nullptr) const noexcept | SlSqlite::SQLConn | protected |
| LastError typedef | SlSqlite::SQLConn | protected |
| lastError() const | SlSqlite::SQLConn | inline |
| lastErrorCode() const | SlSqlite::SQLConn | inline |
| lastErrorCodeExt() const | SlSqlite::SQLConn | inline |
| m_flags | SlSqlite::SQLConn | protected |
| m_lastError | SlSqlite::SQLConn | mutableprotected |
| open(const std::filesystem::path &dbFile, unsigned int flags=0) | SlSqlite::SQLConn | inline |
| openDB(const std::filesystem::path &dbFile, unsigned int flags=0) noexcept | SlSqlite::SQLConn | |
| operator=(SQLConn &&)=default | SlSqlite::SQLConn | |
| prepareStatement(std::string_view sql, SQLStmtHolder &stmt) const noexcept | SlSqlite::SQLConn | protected |
| prepareStatements(const Statements &stmts) const noexcept | SlSqlite::SQLConn | protected |
| prepDB() | SlSqlite::SQLConn | inlinevirtual |
| Row typedef | SlSqlite::SQLConn | protected |
| Select (defined in SlSqlite::SQLConn) | SlSqlite::SQLConn | friend |
| select(const SQLStmtHolder &sel, const Binding &binding) const noexcept | SlSqlite::SQLConn | protected |
| SelectResult typedef | SlSqlite::SQLConn | protected |
| setError(int ret, std::string_view error, bool errmsg=false) const | SlSqlite::SQLConn | protected |
| SQLConn(SQLConn &&)=default | SlSqlite::SQLConn | |
| SQLConn() (defined in SlSqlite::SQLConn) | SlSqlite::SQLConn | inlineprotected |
| sqlHolder | SlSqlite::SQLConn | protected |
| Statements typedef | SlSqlite::SQLConn | protected |
| step(const SQLStmtHolder &ins, uint64_t *affected=nullptr, bool *uniqueError=nullptr) const noexcept | SlSqlite::SQLConn | protected |
| TABLE_TEMPORARY enum value (defined in SlSqlite::SQLConn) | SlSqlite::SQLConn | protected |
| TableFlags enum name | SlSqlite::SQLConn | protected |
| Tables typedef | SlSqlite::SQLConn | protected |
| Triggers typedef | SlSqlite::SQLConn | protected |
| valueOrNull(bool cond, BindVal val) | SlSqlite::SQLConn | inlineprotectedstatic |
| Views typedef | SlSqlite::SQLConn | protected |
| ~SQLConn()=default (defined in SlSqlite::SQLConn) | SlSqlite::SQLConn | virtual |