SQLite for C++
SQLite::Conn Member List

This is the complete list of members for SQLite::Conn, including all inherited members.

base (defined in SQLite::Conn)SQLite::Conn
close() noexceptSQLite::Conn
Conn(const char *db_name)SQLite::Conn
Conn(const std::string db_name) (defined in SQLite::Conn)SQLite::Conn
error_messageSQLite::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
stmtsSQLite::Connprivate