#include <sqlite.hpp>
Public Member Functions | |
Error (const char *message, int errorCode=SQLITE_ERROR) | |
Error (const std::string &message, int errorCode=SQLITE_ERROR) | |
CPP_SQLITE_NODISCARD int | GetCode () const |
Private Attributes | |
int | m_errorCode |
Definition at line 45 of file sqlite.hpp.
|
inlineexplicit |
Definition at line 48 of file sqlite.hpp.
|
inlineexplicit |
Definition at line 54 of file sqlite.hpp.
|
inline |
Definition at line 61 of file sqlite.hpp.
|
private |
Definition at line 67 of file sqlite.hpp.