|
dballe::sql::Connection & | conn |
|
std::shared_ptr< v7::Transaction > | tr |
| Database to operate on.
|
|
const char * | bind_in_ident = nullptr |
| If defined, it need to point to the identifier to be used as the only bound input parameter.
|
|
bool | select_station = false |
|
bool | select_varinfo = false |
|
bool | select_data_id = false |
|
bool | select_data = false |
|
bool | select_summary_details = false |
|
const core::Query & | query |
| Query object.
|
|
dballe::sql::Querybuf | sql_query |
| Dynamically generated SQL query.
|
|
dballe::sql::Querybuf | sql_from |
| FROM part of the SQL query.
|
|
dballe::sql::Querybuf | sql_where |
| WHERE part of the SQL query.
|
|
const unsigned int | modifiers |
| Modifier flags to enable special query behaviours.
|
|
bool | query_station_vars |
| True if we are querying station information, rather than measured data.
|
|
bool | add_pa_where (const char *tbl) |
|
bool | add_dt_where (const char *tbl) |
|
bool | add_ltr_where (const char *tbl) |
|
bool | add_varcode_where (const char *tbl) |
|
bool | add_repinfo_where (const char *tbl) |
|
bool | add_datafilter_where (const char *tbl) |
|
virtual void | build_select ()=0 |
|
virtual bool | build_where ()=0 |
|
virtual void | build_order_by ()=0 |
|
◆ build_order_by()
virtual void dballe::db::v7::StationQueryBuilder::build_order_by |
( |
| ) |
|
|
virtual |
◆ build_select()
virtual void dballe::db::v7::StationQueryBuilder::build_select |
( |
| ) |
|
|
virtual |
◆ build_where()
virtual bool dballe::db::v7::StationQueryBuilder::build_where |
( |
| ) |
|
|
virtual |
The documentation for this struct was generated from the following file: