MySQL++  3.3.0
mysqlpp::Query Member List

This is the complete list of members for mysqlpp::Query, including all inherited members.

affected_rows()mysqlpp::Query
disable_exceptions() constmysqlpp::OptionalExceptionsinline
enable_exceptions() constmysqlpp::OptionalExceptionsinline
errnum() constmysqlpp::Query
error() constmysqlpp::Query
escape_string(std::string *ps, const char *original=0, size_t length=0) constmysqlpp::Query
escape_string(char *escaped, const char *original, size_t length) constmysqlpp::Query
exec()mysqlpp::Queryinline
exec(const std::string &str)mysqlpp::Query
execute()mysqlpp::Query
execute(SQLQueryParms &p)mysqlpp::Query
execute(const SQLTypeAdapter &str)mysqlpp::Query
execute(const char *str, size_t len)mysqlpp::Query
for_each(const SQLTypeAdapter &query, Function fn)mysqlpp::Queryinline
for_each(Function fn)mysqlpp::Queryinline
for_each(const SSQLS &ssqls, Function fn)mysqlpp::Queryinline
info()mysqlpp::Query
insert(const T &v)mysqlpp::Queryinline
insert(Iter first, Iter last)mysqlpp::Queryinline
insert_id()mysqlpp::Query
insertfrom(Iter first, Iter last, InsertPolicy &policy)mysqlpp::Queryinline
more_results()mysqlpp::Query
operator void *() constmysqlpp::Query
operator!() constmysqlpp::Queryinline
operator=(const Query &rhs)mysqlpp::Query
OptionalExceptions(bool e=true)mysqlpp::OptionalExceptionsinline
parse()mysqlpp::Query
Query(Connection *c, bool te=true, const char *qstr=0)mysqlpp::Query
Query(const Query &q)mysqlpp::Query
replace(const T &v)mysqlpp::Queryinline
replace(Iter first, Iter last)mysqlpp::Queryinline
replacefrom(Iter first, Iter last, InsertPolicy &policy)mysqlpp::Queryinline
reset()mysqlpp::Query
result_empty()mysqlpp::Query
set_exceptions(bool e) constmysqlpp::OptionalExceptionsinlineprotected
SQLQueryParms (defined in mysqlpp::Query)mysqlpp::Queryfriend
store()mysqlpp::Query
store(SQLQueryParms &p)mysqlpp::Query
store(const SQLTypeAdapter &str)mysqlpp::Query
store(const char *str, size_t len)mysqlpp::Query
store_if(Sequence &con, const SQLTypeAdapter &query, Function fn)mysqlpp::Queryinline
store_if(Sequence &con, const SSQLS &ssqls, Function fn)mysqlpp::Queryinline
store_if(Sequence &con, Function fn)mysqlpp::Queryinline
store_next()mysqlpp::Query
storein(Container &con)mysqlpp::Queryinline
storein(T &con, SQLQueryParms &p)mysqlpp::Queryinline
storein(std::vector< T > &con, const SQLTypeAdapter &s)mysqlpp::Queryinline
storein(std::deque< T > &con, const SQLTypeAdapter &s)mysqlpp::Queryinline
storein(std::list< T > &con, const SQLTypeAdapter &s)mysqlpp::Queryinline
storein(std::set< T > &con, const SQLTypeAdapter &s)mysqlpp::Queryinline
storein(std::multiset< T > &con, const SQLTypeAdapter &s)mysqlpp::Queryinline
storein_sequence(Sequence &con)mysqlpp::Queryinline
storein_sequence(Sequence &con, const SQLTypeAdapter &s)mysqlpp::Queryinline
storein_sequence(Seq &con, SQLQueryParms &p)mysqlpp::Queryinline
storein_set(Set &con)mysqlpp::Queryinline
storein_set(Set &con, const SQLTypeAdapter &s)mysqlpp::Queryinline
storein_set(Set &con, SQLQueryParms &p)mysqlpp::Queryinline
str()mysqlpp::Queryinline
str(const SQLTypeAdapter &arg0)mysqlpp::Queryinline
str(SQLQueryParms &p)mysqlpp::Query
template_defaultsmysqlpp::Query
throw_exceptions() constmysqlpp::OptionalExceptionsinline
update(const T &o, const T &n)mysqlpp::Queryinline
use()mysqlpp::Query
use(SQLQueryParms &p)mysqlpp::Query
use(const SQLTypeAdapter &str)mysqlpp::Query
use(const char *str, size_t len)mysqlpp::Query
~OptionalExceptions()mysqlpp::OptionalExceptionsinlinevirtual