boost_sqlite 1
A sqlite C++ library
|
This is the complete list of members for boost::sqlite::connection, including all inherited members.
close() | boost::sqlite::connection | |
close(system::error_code &ec, error_info &ei) | boost::sqlite::connection | |
connect(cstring_ref filename, int flags=SQLITE_OPEN_READWRITE|SQLITE_OPEN_CREATE) | boost::sqlite::connection | |
connect(cstring_ref filename, int flags, system::error_code &ec) | boost::sqlite::connection | |
connection()=default | boost::sqlite::connection | |
connection(handle_type handle, bool take_ownership=true) | boost::sqlite::connection | inlineexplicit |
connection(connection &&)=default | boost::sqlite::connection | |
connection(cstring_ref filename, int flags=SQLITE_OPEN_READWRITE|SQLITE_OPEN_CREATE) | boost::sqlite::connection | inline |
execute(cstring_ref q, system::error_code &ec, error_info &ei) | boost::sqlite::connection | |
execute(cstring_ref q) | boost::sqlite::connection | |
execute(const StringLike &q, system::error_code &ec, error_info &ei) | boost::sqlite::connection | inline |
execute(const StringLike &q) | boost::sqlite::connection | inline |
handle() const | boost::sqlite::connection | inline |
handle_type typedef | boost::sqlite::connection | |
has_column(cstring_ref table, cstring_ref column, cstring_ref db_name="main") const | boost::sqlite::connection | inline |
has_table(cstring_ref table, cstring_ref db_name="main") const | boost::sqlite::connection | inline |
operator=(connection &&)=default | boost::sqlite::connection | |
prepare(core::string_view q, system::error_code &ec, error_info &ei) | boost::sqlite::connection | |
prepare(core::string_view q) | boost::sqlite::connection | |
query(core::string_view q, system::error_code &ec, error_info &ei) | boost::sqlite::connection | |
query(core::string_view q) | boost::sqlite::connection | |
query(core::string_view q, system::error_code &ec, error_info &ei) | boost::sqlite::connection | inline |
query(core::string_view q) | boost::sqlite::connection | inline |
release() && | boost::sqlite::connection | inline |
valid() const | boost::sqlite::connection | inline |