|
| Query (class Database &d, const std::string &sql) |
|
| Query (class Database &d, const char *sql, int size=-1) |
|
bool | step () |
|
template<class T > |
T | get (int idx) const |
|
template<class... Ts> |
std::tuple< Ts... > | get_columns (typename convert< Ts >::to_int... idxs) const |
|
void | bind (int idx, const std::string &v, bool copy=true) |
|
void | bind (const char *name, const std::string &v, bool copy=true) |
|
void | bind (int idx, int v) |
|
void | bind (const char *name, int v) |
|
void | bind (int idx, const horizon::UUID &v) |
|
void | bind (const char *name, const horizon::UUID &v) |
|
| Query (class Database &d, const std::string &sql) |
|
| Query (class Database &d, const char *sql, int size=-1) |
|
bool | step () |
|
template<class T > |
T | get (int idx) const |
|
template<class... Ts> |
std::tuple< Ts... > | get_columns (typename convert< Ts >::to_int... idxs) const |
|
void | bind (int idx, const std::string &v, bool copy=true) |
|
void | bind (const char *name, const std::string &v, bool copy=true) |
|
void | bind (int idx, int v) |
|
void | bind (const char *name, int v) |
|
void | bind (int idx, const horizon::UUID &v) |
|
void | bind (const char *name, const horizon::UUID &v) |
|
The documentation for this class was generated from the following files:
- horizon-eda-1.3.0/src/util/sqlite.hpp
- horizon-eda-1.3.0/src/util/sqlite.cpp