|
|
| ODBCStationV6 (ODBCConnection &conn) |
| |
|
void | get_station_vars (int id_station, int id_report, std::function< void(std::unique_ptr< wreport::Var >)> dest) override |
| | Export station variables.
|
| |
| void | add_station_vars (int id_station, Record &rec) override |
| | Add all station variables (without attributes) to rec. More...
|
| |
|
| ODBCStationBase (ODBCConnection &conn) |
| |
|
| ODBCStationBase (const ODBCStationBase &)=delete |
| |
|
| ODBCStationBase (const ODBCStationBase &&)=delete |
| |
|
ODBCStationBase & | operator= (const ODBCStationBase &)=delete |
| |
| int | get_id (int lat, int lon, const char *ident=NULL) override |
| | Get the station ID given latitude, longitude and mobile identifier. More...
|
| |
| int | obtain_id (int lat, int lon, const char *ident=NULL, bool *inserted=NULL) override |
| | Get the station ID given latitude, longitude and mobile identifier. More...
|
| |
|
void | dump (FILE *out) override |
| | Dump the entire contents of the table to an output stream.
|
| |
|
virtual | ~Station () |
| | Instantiate a Station object for this connection.
|
| |
| void dballe::db::odbc::ODBCStationV6::add_station_vars |
( |
int |
id_station, |
|
|
Record & |
rec |
|
) |
| |
|
overridevirtual |
Add all station variables (without attributes) to rec.
If the same variable exists in many different networks, the one with the highest priority will be used.
Reimplemented from dballe::db::odbc::ODBCStationBase.
The documentation for this class was generated from the following file: