22 #ifndef DBALLE_DB_ODBC_LEV_TR_H 23 #define DBALLE_DB_ODBC_LEV_TR_H 32 #include <dballe/db/sql/levtr.h> 109 int obtain_id(
const Level& lev,
const Trange& tr)
override;
111 const DBRow* read(
int id)
override;
112 void read_all(std::function<
void(
const DBRow&)> dest)
override;
117 void dump(FILE* out)
override;
Precompiled queries to manipulate the lev_tr table.
Definition: db/odbc/levtr.h:55
ODBC statement.
Definition: odbc/internals.h:170
Information on how a value has been sampled or computed with regards to time.
Definition: types.h:565
Copyright (C) 2008–2010 ARPA-SIM urpsim@smr.arpa.emr.it
Definition: cmdline.h:17
Vertical level or layer.
Definition: types.h:515
Functions used to connect to DB-All.e and insert, query and delete data.
ODBC statement to read a sequence.
Definition: odbc/internals.h:247
ODBCConnection & conn
DB connection.
Definition: db/odbc/levtr.h:61
Database functions and data structures used by the db module, but not exported as official API...
Precompiled queries to manipulate the lev_tr table.
Definition: db/sql/levtr.h:46
Database connection.
Definition: odbc/internals.h:87