|
Xpace
|
The non-LOC part of a Sink. More...
#include <data.h>
Public Member Functions | |
| virtual | ~SinkBase () |
| virtual bool | setCount (uint64 docs) |
| Inform the Sink how many documents/records/rows to expect. More... | |
| virtual int64 | start (uint64 docNum) |
| Begin a new document/record/row, committing current one (if any) More... | |
| virtual void | close () |
| We're finshed with this Sink. More... | |
Protected Member Functions | |
| SinkBase () | |
Inform the Sink how many documents/records/rows to expect.
| docs | the number of documents/records/rows |
Reimplemented in Xpace::JavaTableSink, and Xpace::JavaStoreSink.
Begin a new document/record/row, committing current one (if any)
| docNum | a suggested document |
Reimplemented in Xpace::JavaTableSink, Xpace::TableSinkToStore, and Xpace::JavaStoreSink.
Definition at line 282 of file data.h.
Referenced by Xpace::TableSinkToStore::BadCode::BadCode().
|
inlinevirtual |
We're finshed with this Sink.
Reimplemented in Xpace::JavaStoreSink, Xpace::JavaTableSink, and Xpace::TableSinkToStore.