Searched refs:CegoAVLIndexCursor (Results 1 – 8 of 8) sorted by relevance
/dports/databases/cego/cego-2.47.11/src/ |
H A D | CegoAVLIndexCursor.h | 36 class CegoAVLIndexCursor { 40 …CegoAVLIndexCursor(CegoTableManager* pTM, int tabSetId, const Chain& indexName, CegoObject::Object… 41 ~CegoAVLIndexCursor();
|
H A D | CegoAVLIndexCursor.cc | 29 CegoAVLIndexCursor::CegoAVLIndexCursor(CegoTableManager *pTM, int tabSetId, const Chain& indexName,… in CegoAVLIndexCursor() function in CegoAVLIndexCursor 43 CegoAVLIndexCursor::~CegoAVLIndexCursor() in ~CegoAVLIndexCursor() 50 bool CegoAVLIndexCursor::getFirst(ListT<CegoField>& fl, CegoDataPointer& dp) in getFirst() 349 bool CegoAVLIndexCursor::getNext(ListT<CegoField>& fl, CegoDataPointer& dp) in getNext() 652 void CegoAVLIndexCursor::abort() in abort() 667 void CegoAVLIndexCursor::reset() in reset() 672 CegoComparison CegoAVLIndexCursor::compValue(char* idxVal) in compValue()
|
H A D | CegoTableCursor.h | 66 CegoAVLIndexCursor* _pIC;
|
H A D | Makefile.am | 24 CegoAVLIndexCursor.cc CegoAVLIndexCursor.h\ 163 CegoAVLIndexCursor.h\
|
H A D | Makefile.in | 108 CegoAVLIndexCursor.lo CegoAVLIndexEntry.lo \ 582 CegoAVLIndexCursor.cc CegoAVLIndexCursor.h\ 716 CegoAVLIndexCursor.h\ 976 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CegoAVLIndexCursor.Plo@am__quote@
|
H A D | CegoTableCursor.cc | 283 …_pIC = new CegoAVLIndexCursor(_pTM, _tabSetId, _idxName, _type, &_attrCond, _ignoreTouched, _readU… in getFirst()
|
H A D | CegoDistManager.cc | 2227 CegoAVLIndexCursor ic(this, tabSetId, pIdx->getName(), pIdx->getType(), 0, false, false); in verifyTable()
|
H A D | CegoTableManager.cc | 2206 CegoAVLIndexCursor ic(this, oe.getTabSetId(), idxName, CegoObject::PAVLTREE, &ac, false, false); in insertDataTable() 3481 CegoAVLIndexCursor ic(this, tabSetId, pOE->getName(), pOE->getType(), &ac, false, true); in checkIndexIntegrity()
|