SQLiteXX  0.1.0
 All Classes Namespaces Files Functions Enumerations Enumerator
sqlite::statement Member List

This is the complete list of members for sqlite::statement, including all inherited members.

bind(const int index, const int value) const sqlite::statement
bind(const int index, const double value) const sqlite::statement
bind(const int index, const void *const value, const int size, bindtype type=bindtype::transiently) const sqlite::statement
bind(const int index, const blob &value) const sqlite::statement
bind(const int index, const char *const value, const int size=-1, bindtype type=bindtype::transiently) const sqlite::statement
bind(const int index, const char16_t *const value, const int size=-1, bindtype type=bindtype::transiently) const sqlite::statement
bind(const int index, const std::string &value) const sqlite::statement
bind(const int index, const std::u16string &value) const sqlite::statement
bind_all(Values &&...values) const sqlite::statementinline
bind_name(const std::string &name, T &&value)sqlite::statementinline
clear_bindings(Values &&...values) const sqlite::statementinline
column_count() const noexceptsqlite::reader< statement >inline
execute() const sqlite::statement
get_blob(const int column) const noexceptsqlite::reader< statement >inline
get_blob(const std::string &name) const noexceptsqlite::reader< statement >inline
get_bytes(const int column) const noexceptsqlite::reader< statement >inline
get_bytes(const std::string &name) const noexceptsqlite::reader< statement >inline
get_column_index(const std::string &name) constsqlite::reader< statement >inline
get_column_name(const int index) const noexceptsqlite::reader< statement >inline
get_column_wide_name(const int index) const noexceptsqlite::reader< statement >inline
get_double(const int column) const noexceptsqlite::reader< statement >inline
get_double(const std::string &name) const noexceptsqlite::reader< statement >inline
get_int(const int column) const noexceptsqlite::reader< statement >inline
get_int(const std::string &name) const noexceptsqlite::reader< statement >inline
get_int64(const int column) const noexceptsqlite::reader< statement >inline
get_int64(const std::string &name) const noexceptsqlite::reader< statement >inline
get_string(const int column) const noexceptsqlite::reader< statement >inline
get_string(const std::string &name) const noexceptsqlite::reader< statement >inline
get_type(const int column) const noexceptsqlite::reader< statement >inline
get_type(const std::string &name) const noexceptsqlite::reader< statement >inline
get_u16string(const int column) const noexceptsqlite::reader< statement >inline
get_u16string(const std::string &name) const noexceptsqlite::reader< statement >inline
get_uint(const int column) const noexceptsqlite::reader< statement >inline
get_uint(const std::string &name) const noexceptsqlite::reader< statement >inline
get_value(const int column) const noexceptsqlite::reader< statement >inline
get_value(const std::string &name) constsqlite::reader< statement >inline
handle() const noexceptsqlite::statement
operator bool() const noexceptsqlite::statement
prepare(dbconnection const &connection, const std::string &text, Values &&...values)sqlite::statementinline
prepare(const dbconnection &connection, const std::u16string &text, Values &&...values)sqlite::statementinline
reset() const sqlite::statementinline
statement() noexceptsqlite::statement
statement(const dbconnection &connection, const std::string &text, Values &&...values)sqlite::statementinline
statement(const dbconnection &connection, const std::u16string &text, Values &&...values)sqlite::statementinline
step() const sqlite::statement