libdballe  6.8
Public Member Functions
dballe::db::v6::StationQueryBuilder Struct Reference
Inheritance diagram for dballe::db::v6::StationQueryBuilder:
dballe::db::v6::QueryBuilder

Public Member Functions

 StationQueryBuilder (DB &db, Statement &stm, Cursor &cur, const Record &rec, unsigned int modifiers)
 
virtual void build_select ()
 
virtual bool build_where ()
 
virtual void build_order_by ()
 
- Public Member Functions inherited from dballe::db::v6::QueryBuilder
 QueryBuilder (DB &db, Statement &stm, Cursor &cur, const Record &rec, unsigned int modifiers)
 
void build ()
 

Additional Inherited Members

- Data Fields inherited from dballe::db::v6::QueryBuilder
DBdb
 Database to operate on.
 
Statementstm
 Statement to build variables to.
 
Cursorcur
 Cursor with the output variables.
 
const Recordrec
 Record with the query.
 
Querybuf sql_query
 Dynamically generated SQL query.
 
Querybuf sql_from
 FROM part of the SQL query.
 
Querybuf sql_where
 WHERE part of the SQL query.
 
const unsigned int modifiers
 Modifier flags to enable special query behaviours.
 
ExtraQueryArgs qargs
 
unsigned int output_seq
 Sequence number to use to bind ODBC output parameters.
 
bool query_station_vars
 True if we are querying station information, rather than measured data.
 
- Protected Member Functions inherited from dballe::db::v6::QueryBuilder
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)
 
bool add_attrfilter_where (const char *tbl)
 

The documentation for this struct was generated from the following file: