|
|
| 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, int import_flags=0, const char *forced_repmemo=NULL) |
| | Import the given files.
|
| |
|
int | do_import (const std::string &fname, Reader &reader, int import_flags=0, const char *forced_repmemo=NULL) |
| | 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.
|
| |
The documentation for this class was generated from the following file: