|
|
| SQLiteError (const char *path, const char *errMsg, int errNo, int extendedErrNo, int offset, HintFmt &&hf) |
|
|
friend | SQLite |
|
friend | SQLiteStmt |
|
friend | SQLiteTxn |
|
std::string | path |
|
std::string | errMsg |
|
int | errNo |
|
int | extendedErrNo |
|
int | offset |
|
|
template<typename... Args> |
| | SQLiteError (const char *path, const char *errMsg, int errNo, int extendedErrNo, int offset, const std::string &fs, const Args &... args) |
|
|
template<typename... Args> |
| static void | throw_ (sqlite3 *db, const std::string &fs, const Args &... args) |
|
static void | throw_ (sqlite3 *db, HintFmt &&hf) |
The documentation for this struct was generated from the following files:
- lix/libstore/sqlite.hh
- lix/libstore/sqlite.cc