|
libdballe
7.7
|
Functions used to connect to DB-All.e and insert, query and delete data. More...
#include <dballe/core/defs.h>#include <dballe/db/defs.h>#include <wreport/varinfo.h>#include <wreport/var.h>#include <vector>#include <string>#include <map>#include <memory>Go to the source code of this file.
Data Structures | |
| struct | dballe::db::Cursor |
| Common interface for all kinds of cursors. More... | |
| struct | dballe::db::CursorStation |
| Cursor iterating over stations. More... | |
| struct | dballe::db::CursorValue |
| Common interface for cursors iterating over station or data values. More... | |
| struct | dballe::db::CursorStationData |
| Cursor iterating over station data values. More... | |
| struct | dballe::db::CursorData |
| Cursor iterating over data values. More... | |
| struct | dballe::db::CursorSummary |
| Cursor iterating over summary entries. More... | |
| class | dballe::DB |
Namespaces | |
| dballe | |
| Copyright (C) 2008–2010 ARPA-SIM urpsim@smr.arpa.emr.it | |
Typedefs | |
| typedef std::vector< wreport::Varcode > | dballe::db::AttrList |
| Simple typedef to make typing easier. | |
Functions used to connect to DB-All.e and insert, query and delete data.
1.8.9.1