This is the complete list of members for nix::SQLiteError, including all inherited members.
errMsg (defined in nix::SQLiteError) | nix::SQLiteError | |
errNo (defined in nix::SQLiteError) | nix::SQLiteError | |
extendedErrNo (defined in nix::SQLiteError) | nix::SQLiteError | |
offset (defined in nix::SQLiteError) | nix::SQLiteError | |
path (defined in nix::SQLiteError) | nix::SQLiteError | |
SQLiteError(const char *path, const char *errMsg, int errNo, int extendedErrNo, int offset, HintFmt &&hf) (defined in nix::SQLiteError) | nix::SQLiteError | |
SQLiteError(const char *path, const char *errMsg, int errNo, int extendedErrNo, int offset, const std::string &fs, const Args &... args) (defined in nix::SQLiteError) | nix::SQLiteError | inlineprotected |
throw_(sqlite3 *db, const std::string &fs, const Args &... args) (defined in nix::SQLiteError) | nix::SQLiteError | inlinestatic |
throw_(sqlite3 *db, HintFmt &&hf) (defined in nix::SQLiteError) | nix::SQLiteError | protectedstatic |