libdballe 9.9
|
CursorSummary implementation. More...
#include <cursor.h>
Public Member Functions | |
DatetimeRange | get_datetimerange () const override |
Level | get_level () const override |
Trange | get_trange () const override |
wreport::Varcode | get_varcode () const override |
size_t | get_count () const override |
void | remove () override |
void | enq (impl::Enq &enq) const override |
![]() | |
bool | next () override |
void | discard () override |
![]() | |
Base (std::shared_ptr< v7::Transaction > tr) | |
int | remaining () const override |
bool | has_value () const override |
bool | next () override |
void | discard () override |
dballe::DBStation | get_station () const override |
unsigned | test_iterate (FILE *dump=0) override |
Iterate the cursor until the end, returning the number of items. | |
const Row & | row () const |
Protected Member Functions | |
void | load (Tracer<> &trc, const SummaryQueryBuilder &qb) |
![]() | |
const LevTrEntry & | get_levtr () const |
![]() | |
int | get_priority () const |
Friends | |
std::shared_ptr< dballe::CursorSummary > | run_summary_query (Tracer<> &trc, std::shared_ptr< v7::Transaction > tr, const core::Query &query, bool explain) |
Additional Inherited Members | |
![]() | |
typedef ImplTraits< Impl >::Row | Row |
typedef ImplTraits< Impl >::Interface | Interface |
![]() | |
static std::shared_ptr< Impl > | downcast (std::shared_ptr< Interface > c) |
![]() | |
std::shared_ptr< v7::Transaction > | tr |
Database to operate on. | |
std::deque< Row > | results |
Storage for the raw database results. | |
bool | at_start = true |
True if we are at the start of the iteration. | |
![]() | |
const LevTrEntry * | levtr |
CursorSummary implementation.