|
|
| Summary (const dballe::Query &query) |
| |
|
bool | is_valid () const |
| | Return true if the summary has been filled with data.
|
| |
|
const Datetime & | datetime_min () const |
| |
|
const Datetime & | datetime_max () const |
| |
|
unsigned | data_count () const |
| |
|
summary::Support | supports (const Query &query) const |
| | Checks if this summary correctly generate a summary for the given query.
|
| |
|
void | add_summary (db::CursorSummary &cur, bool with_details) |
| | Add an entry to the summary taken from the current status of cur.
|
| |
|
void | add_entry (const summary::Entry &entry) |
| | Add a copy of an existing entry.
|
| |
|
bool | iterate (std::function< bool(const summary::Entry &)> f) const |
| | Iterate all values in the summary.
|
| |
High level objects for working with DB-All.e DB summaries.