VSQLite++  0.3
sqlite::query Member List

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

access_check()sqlite::queryprivate
bind(int idx)sqlite::command
bind(int idx, int v)sqlite::command
bind(int idx, boost::int64_t v)sqlite::command
bind(int idx, double v)sqlite::command
bind(int idx, std::string const &v)sqlite::command
bind(int idx, void const *buf, size_t buf_size)sqlite::command
bind(int idx, std::vector< unsigned char > const &v)sqlite::command
clear()sqlite::command
command(connection &con, std::string const &sql)sqlite::command
emit()sqlite::command
emit_result()sqlite::query
get_handle()sqlite::commandprotected
get_result()sqlite::query
operator %(null_type const &p)sqlite::command
operator %(int p)sqlite::command
operator %(boost::int64_t p)sqlite::command
operator %(double p)sqlite::command
operator %(std::string const &p)sqlite::command
operator %(std::vector< unsigned char > const &p)sqlite::command
operator()()sqlite::command
query(connection &con, std::string const &sql)sqlite::query
resultsqlite::queryfriend
step()sqlite::queryprivate
stmtsqlite::commandprotected
~command()sqlite::commandvirtual
~query()sqlite::queryvirtual