MySQL++
3.3.0
|
This is the complete list of members for mysqlpp::Query, including all inherited members.
affected_rows() | mysqlpp::Query | |
disable_exceptions() const | mysqlpp::OptionalExceptions | inline |
enable_exceptions() const | mysqlpp::OptionalExceptions | inline |
errnum() const | mysqlpp::Query | |
error() const | mysqlpp::Query | |
escape_string(std::string *ps, const char *original=0, size_t length=0) const | mysqlpp::Query | |
escape_string(char *escaped, const char *original, size_t length) const | mysqlpp::Query | |
exec() | mysqlpp::Query | inline |
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::Query | inline |
for_each(Function fn) | mysqlpp::Query | inline |
for_each(const SSQLS &ssqls, Function fn) | mysqlpp::Query | inline |
info() | mysqlpp::Query | |
insert(const T &v) | mysqlpp::Query | inline |
insert(Iter first, Iter last) | mysqlpp::Query | inline |
insert_id() | mysqlpp::Query | |
insertfrom(Iter first, Iter last, InsertPolicy &policy) | mysqlpp::Query | inline |
more_results() | mysqlpp::Query | |
operator void *() const | mysqlpp::Query | |
operator!() const | mysqlpp::Query | inline |
operator=(const Query &rhs) | mysqlpp::Query | |
OptionalExceptions(bool e=true) | mysqlpp::OptionalExceptions | inline |
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::Query | inline |
replace(Iter first, Iter last) | mysqlpp::Query | inline |
replacefrom(Iter first, Iter last, InsertPolicy &policy) | mysqlpp::Query | inline |
reset() | mysqlpp::Query | |
result_empty() | mysqlpp::Query | |
set_exceptions(bool e) const | mysqlpp::OptionalExceptions | inlineprotected |
SQLQueryParms (defined in mysqlpp::Query) | mysqlpp::Query | friend |
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::Query | inline |
store_if(Sequence &con, const SSQLS &ssqls, Function fn) | mysqlpp::Query | inline |
store_if(Sequence &con, Function fn) | mysqlpp::Query | inline |
store_next() | mysqlpp::Query | |
storein(Container &con) | mysqlpp::Query | inline |
storein(T &con, SQLQueryParms &p) | mysqlpp::Query | inline |
storein(std::vector< T > &con, const SQLTypeAdapter &s) | mysqlpp::Query | inline |
storein(std::deque< T > &con, const SQLTypeAdapter &s) | mysqlpp::Query | inline |
storein(std::list< T > &con, const SQLTypeAdapter &s) | mysqlpp::Query | inline |
storein(std::set< T > &con, const SQLTypeAdapter &s) | mysqlpp::Query | inline |
storein(std::multiset< T > &con, const SQLTypeAdapter &s) | mysqlpp::Query | inline |
storein_sequence(Sequence &con) | mysqlpp::Query | inline |
storein_sequence(Sequence &con, const SQLTypeAdapter &s) | mysqlpp::Query | inline |
storein_sequence(Seq &con, SQLQueryParms &p) | mysqlpp::Query | inline |
storein_set(Set &con) | mysqlpp::Query | inline |
storein_set(Set &con, const SQLTypeAdapter &s) | mysqlpp::Query | inline |
storein_set(Set &con, SQLQueryParms &p) | mysqlpp::Query | inline |
str() | mysqlpp::Query | inline |
str(const SQLTypeAdapter &arg0) | mysqlpp::Query | inline |
str(SQLQueryParms &p) | mysqlpp::Query | |
template_defaults | mysqlpp::Query | |
throw_exceptions() const | mysqlpp::OptionalExceptions | inline |
update(const T &o, const T &n) | mysqlpp::Query | inline |
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::OptionalExceptions | inlinevirtual |