|
| virtual uint | add (const String &name, DerivedDataType type, uint columnNum, bool *added=0) override=0 |
| | Add a column by name. More...
|
| |
| virtual uint | add (const Configuration &config, uintlocation, bool *added=0) |
| | Add a field from a Configuration. More...
|
| |
| virtual bool | move (uintlocation) |
| | Move without setting data. More...
|
| |
| virtual bool | set (uintlocation, int64 value) |
| | Write an int64. More...
|
| |
| virtual bool | set (uintlocation, const DecimalFloat &value) |
| | Add a DecimalFloat. More...
|
| |
| virtual bool | set (uintlocation, const String8 &value) |
| | Add a String8. More...
|
| |
| virtual bool | set (uintlocation, const String16 &value) |
| | Add a String16. More...
|
| |
| virtual bool | set (uintlocation, const DateTime &value) |
| | Add a DateTime. More...
|
| |
| virtual bool | set (uintlocation, const BytesRef &value) |
| | Add a BytesRef. More...
|
| |
| 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...
|
| |
A write-only, forward cursor into a table.
Definition at line 142 of file table.h.