libdballe  9.11
Public Member Functions | Protected Attributes | List of all members
dballe::cmdline::Dbadb Class Reference

Public Member Functions

 Dbadb (DB &db)
 
int do_dump (const Query &query, FILE *out)
 Query data in the database and output results as arbitrary human readable text.
 
int do_stations (const Query &query, FILE *out)
 Query stations in the database and output results as arbitrary human readable text.
 
int do_export_dump (const Query &query, FILE *out)
 Export messages and dump their contents to the given file descriptor.
 
int do_import (const std::list< std::string > &fnames, Reader &reader, const DBImportOptions &opts)
 Import the given files.
 
int do_import (const std::string &fname, Reader &reader, const DBImportOptions &opts)
 Import one file.
 
int do_export (const Query &query, File &file, const char *output_template=NULL, const char *forced_repmemo=NULL)
 Export messages writing them to the givne file.
 

Protected Attributes

DBdb
 

The documentation for this class was generated from the following file: