SQLite for C++
|
This is the complete list of members for SQLite::Conn, including all inherited members.
base (defined in SQLite::Conn) | SQLite::Conn | |
close() noexcept | SQLite::Conn | |
Conn(const char *db_name) | SQLite::Conn | |
Conn(const std::string db_name) (defined in SQLite::Conn) | SQLite::Conn | |
error_message | SQLite::Conn | |
exec(const std::string query) | SQLite::Conn | |
get_ptr() | SQLite::Conn | |
prepare(const std::string &stmt) | SQLite::Conn | |
query(const std::string &stmt) | SQLite::Conn | |
stmts | SQLite::Conn | private |