libdballe 9.6
Classes | Functions
db/db.h File Reference

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

#include <dballe/fwd.h>
#include <dballe/core/cursor.h>
#include <dballe/db.h>
#include <dballe/db/fwd.h>
#include <dballe/db/defs.h>
#include <dballe/msg/fwd.h>
#include <dballe/sql/fwd.h>
#include <wreport/varinfo.h>
#include <wreport/var.h>
#include <string>
#include <memory>
#include <functional>

Go to the source code of this file.

Classes

struct  dballe::impl::DBImportOptions
 DBImportOptions with public constructor and copy, safe to use in dballe code but not accessible from the public API. More...
 
struct  dballe::impl::DBInsertOptions
 DBInsertOptions with public constructor and copy, safe to use in dballe code but not accessible from the public API. More...
 
struct  dballe::db::CursorStation
 
struct  dballe::db::CursorStationData
 
struct  dballe::db::CursorData
 
struct  dballe::db::CursorSummary
 
class  dballe::db::Transaction
 
class  dballe::db::DB
 

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.
 

Detailed Description

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