#include <select.h>
Public Member Functions | |
| SelectStmt (std::string &&ddl, sqlite3 *const db) | |
| auto | where (std::string const &cond)&& |
| auto | order_by (std::string const &column, std::string const &clause={})&& |
| auto | limit (int const num)&& |
Public Attributes | |
| std::string | ddl_ |
| sqlite3 * | db_ |
|
inline |
|
inline |
Definition at line 114 of file select.h.
|
inline |
Definition at line 105 of file select.h.
|
inline |
Definition at line 97 of file select.h.
| std::string cet::sqlite::SelectStmt::ddl_ |
1.8.11