#include <coherence/util/SimpleQueryRecord.hpp>
Inherits QueryRecord.
Public Types | |
| typedef spec::Handle | Handle |
| SimpleQueryRecord Handle definition. | |
| typedef spec::View | View |
| SimpleQueryRecord View definition. | |
| typedef spec::Holder | Holder |
| SimpleQueryRecord Holder definition. | |
Public Member Functions | |
|
virtual QueryRecorder::RecordType | getType () const |
| Get the type that was specified when this query record was created.
| |
| virtual List::View | getResults () const |
| Get the list of partial results for this query record.
| |
| virtual void | mergeResults (Collection::View vColResults) |
| Merge the partial results from the associated record. | |
| virtual void | readExternal (PofReader::Handle hIn) |
| virtual void | writeExternal (PofWriter::Handle hOut) const |
|
virtual TypedHandle < const String > | toString () const |
Protected Member Functions | |
| SimpleQueryRecord () | |
| Construct a SimpleQueryRecord. | |
| SimpleQueryRecord (QueryRecorder::RecordType type, Collection::View vColResults) | |
| Construct a SimpleQueryRecord from the given collection of partial results. | |
Protected Attributes | |
|
enum QueryRecorder::RecordType | m_type |
| This record type. | |
| FinalHandle< List > | f_hListResults |
| The list of partial results. | |
Classes | |
| class | PartialResult |
| Simple QueryRecord::PartialResult implementation. More... | |
| SimpleQueryRecord | ( | QueryRecorder::RecordType | type, | |
| Collection::View | vColResults | |||
| ) | [protected] |
Construct a SimpleQueryRecord from the given collection of partial results.
| type | the record type | |
| vColResults | the collection of partial results |
| virtual void mergeResults | ( | Collection::View | vColResults | ) | [virtual] |
Merge the partial results from the associated record.
Matching partial results are merged into a single result for the report.
| vColResults | the collection of partial results |