1 #ifndef DBALLE_DB_V6_MYSQL_LEVTRV6_H 2 #define DBALLE_DB_V6_MYSQL_LEVTRV6_H 5 #include <dballe/db/v6/levtr.h> 45 int obtain_id(
const Level& lev,
const Trange& tr)
override;
47 const DBRow* read(
int id)
override;
48 void read_all(std::function<
void(
const DBRow&)> dest)
override;
53 void dump(FILE* out)
override;
Information on how a value has been sampled or computed with regards to time.
Definition: types.h:587
Forward declarations for public dballe/sql names.
Copyright (C) 2008–2010 ARPA-SIM urpsim@smr.arpa.emr.it
Definition: cmdline.h:17
dballe::sql::MySQLConnection & conn
DB connection.
Definition: v6/mysql/levtr.h:30
Vertical level or layer.
Definition: types.h:532
Functions used to connect to DB-All.e and insert, query and delete data.
Precompiled queries to manipulate the lev_tr table.
Definition: v6/mysql/levtr.h:26
Precompiled queries to manipulate the lev_tr table.
Definition: v6/levtr.h:22
Database connection.
Definition: mysql.h:125