
Public Member Functions | |
| IdxCursor () | |
| Not yet documented. | |
| virtual Status | next (eyedbsm::Boolean *found, void *data=0, Idx::Key *key=0)=0 |
| Not yet documented. | |
| virtual Status | next (eyedbsm::Boolean *found, DataBuffer &data, Idx::Key *key=0)=0 |
| Not yet documented. | |
| virtual Status | next (unsigned int *found_cnt, Idx::Key *key=0)=0 |
| Not yet documented. | |
| virtual | ~IdxCursor () |
Definition at line 298 of file Idx.h.
| virtual Status eyedbsm::IdxCursor::next | ( | eyedbsm::Boolean * | found, | |
| void * | data = 0, |
|||
| Idx::Key * | key = 0 | |||
| ) | [pure virtual] |
Not yet documented.
| found | ||
| data | ||
| key |
Implemented in eyedbsm::BIdxCursor, and eyedbsm::HIdxCursor.
| virtual Status eyedbsm::IdxCursor::next | ( | eyedbsm::Boolean * | found, | |
| DataBuffer & | data, | |||
| Idx::Key * | key = 0 | |||
| ) | [pure virtual] |
Not yet documented.
| found | ||
| data | ||
| key |
Implemented in eyedbsm::BIdxCursor, and eyedbsm::HIdxCursor.
| virtual Status eyedbsm::IdxCursor::next | ( | unsigned int * | found_cnt, | |
| Idx::Key * | key = 0 | |||
| ) | [pure virtual] |
Not yet documented.
| found_cnt | ||
| key |
Implemented in eyedbsm::BIdxCursor, and eyedbsm::HIdxCursor.
1.5.3