|
MLIB
|
This is the complete list of members for mlib::Query, including all inherited members.
| bind(int par, const std::string &val) | mlib::Query | |
| bind(const std::string &parname, const std::string &val) | mlib::Query | |
| bind(int par, int val) | mlib::Query | |
| bind(const std::string &parname, int val) | mlib::Query | |
| bind(int par, double val) | mlib::Query | |
| bind(const std::string &parname, double val) | mlib::Query | |
| bind(int par, sqlite3_int64 val) | mlib::Query | |
| bind(const std::string &parname, sqlite3_int64 val) | mlib::Query | |
| bind(int par, void *val, int len) | mlib::Query | |
| bind(const std::string &parname, void *val, int len) | mlib::Query | |
| clear() | mlib::Query | |
| clear_bindings() | mlib::Query | |
| column_blob(int nc) const | mlib::Query | |
| column_blob(const std::string &name) const | mlib::Query | |
| column_double(int nc) const | mlib::Query | |
| column_double(const std::string &colname) const | mlib::Query | |
| column_int(int nc) const | mlib::Query | |
| column_int(const std::string &colname) const | mlib::Query | |
| column_int64(int nc) const | mlib::Query | |
| column_int64(const std::string &name) const | mlib::Query | |
| column_name(int nc) const | mlib::Query | |
| column_size(int nc) const | mlib::Query | |
| column_size(const std::string &colname) const | mlib::Query | |
| column_str(int nc) const | mlib::Query | |
| column_str(const std::string &colname) const | mlib::Query | |
| column_text(int nc) const | mlib::Query | |
| column_text(const std::string &colname) const | mlib::Query | |
| column_type(int nc) const | mlib::Query | |
| column_type(const std::string &colname) const | mlib::Query | |
| columns() | mlib::Query | inline |
| Database (defined in mlib::Query) | mlib::Query | friend |
| database_name(int nc) const | mlib::Query | |
| database_name(const std::string &colname) const | mlib::Query | |
| decl_type(int nc) const | mlib::Query | |
| decl_type(const std::string &colname) const | mlib::Query | |
| operator sqlite3_stmt *() | mlib::Query | inline |
| operator std::string() const | mlib::Query | inline |
| operator=(Query &&rhs) | mlib::Query | |
| operator=(const Query &rhs) | mlib::Query | |
| operator=(const std::string &str) | mlib::Query | inline |
| Query() | mlib::Query | inline |
| Query(Database &db, const std::string &sql=std::string()) | mlib::Query | |
| Query(const Query &other) | mlib::Query | |
| Query(Query &&other) | mlib::Query | |
| reset() | mlib::Query | |
| sql(const std::string &str) | mlib::Query | |
| sql() const | mlib::Query | |
| step() | mlib::Query | |
| table_name(int nc) const | mlib::Query | |
| table_name(const std::string &colname) const | mlib::Query | |
| ~Query() (defined in mlib::Query) | mlib::Query |