Not yet documented. More...
#include <BIdx.h>
Inherits eyedbsm::IdxCursor.
Public Member Functions | |
BIdxCursor (BIdx *idx, void const *sKey=0, void const *eKey=defaultSKey, eyedbsm::Boolean sExclusive=eyedbsm::False, eyedbsm::Boolean eExclusive=eyedbsm::False, eyedbsm::Boolean(*user_cmp)(const void *key, void *cmp_arg)=0, void *cmp_arg=0) | |
Not yet documented. | |
Status | next (eyedbsm::Boolean *found, void *data=0, Idx::Key *key=0) |
Not yet documented. | |
Status | next (Boolean *found, DataBuffer &data, Idx::Key *key=0) |
Not yet documented. | |
Status | next (unsigned int *found_cnt, Idx::Key *key=0) |
Not yet documented. |
Not yet documented.
Definition at line 379 of file BIdx.h.
eyedbsm::BIdxCursor::BIdxCursor | ( | BIdx * | idx, | |
void const * | sKey = 0 , |
|||
void const * | eKey = defaultSKey , |
|||
eyedbsm::Boolean | sExclusive = eyedbsm::False , |
|||
eyedbsm::Boolean | eExclusive = eyedbsm::False , |
|||
eyedbsm::Boolean(*)(const void *key, void *cmp_arg) | user_cmp = 0 , |
|||
void * | cmp_arg = 0 | |||
) |
Not yet documented.
idx | ||
sKey | ||
eKey | ||
sExclusive | ||
eExclusive | ||
user_cmp | ||
cmp_arg |
Definition at line 201 of file BIdxSearch.cc.
Status eyedbsm::BIdxCursor::next | ( | unsigned int * | found_cnt, | |
Idx::Key * | key = 0 | |||
) |
Not yet documented.
found_cnt | ||
key |
Definition at line 247 of file BIdxSearch.cc.
Status eyedbsm::BIdxCursor::next | ( | Boolean * | found, | |
DataBuffer & | data, | |||
Idx::Key * | key = 0 | |||
) |
Not yet documented.
found | ||
data | ||
key |
Definition at line 241 of file BIdxSearch.cc.
Status eyedbsm::BIdxCursor::next | ( | eyedbsm::Boolean * | found, | |
void * | data = 0 , |
|||
Idx::Key * | key = 0 | |||
) |
Not yet documented.
found | ||
data | ||
key |
Definition at line 255 of file BIdxSearch.cc.