libdballe  7.6
Data Structures | Namespaces | Typedefs
db.h File Reference

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 urpsi.nosp@m.m@sm.nosp@m.r.arp.nosp@m.a.em.nosp@m.r.it
 

Typedefs

typedef std::vector< wreport::Varcode > dballe::db::AttrList
 Simple typedef to make typing easier.
 

Detailed Description

Functions used to connect to DB-All.e and insert, query and delete data.