|
ClockWork DB CoreAPI 1.0.48
Abstract Time Series and Storage/Management Library
|
Public Member Functions | |
| sql_query_result (screening_db &scrn_db, sqlite3 *db, const std::string &sql_statement) | |
| double | get_double (int col) |
| int | get_int (int col) |
| std::int64_t | get_int64 (int col) |
| std::string | get_string (int col) |
| bool | next () |
| bool | valid () const |
| bool | valid_row () const |