libdballe
7.29
|
Functions used to connect to DB-All.e and insert, query and delete data. More...
#include <dballe/transaction.h>
#include <dballe/core/defs.h>
#include <dballe/core/values.h>
#include <dballe/db/defs.h>
#include <dballe/sql/fwd.h>
#include <wreport/varinfo.h>
#include <wreport/var.h>
#include <vector>
#include <string>
#include <map>
#include <memory>
#include <functional>
Go to the source code of this file.
Classes | |
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 urpsi m@sm r.arp a.em r.it | |
Functions | |
std::string | dballe::db::format_format (Format format) |
Format a db::Format value to a string. | |
Format | dballe::db::format_parse (const std::string &str) |
Parse a formatted db::Format value. | |
Functions used to connect to DB-All.e and insert, query and delete data.