Home
last modified time | relevance | path

Searched refs:CegoAVLIndexCursor (Results 1 – 8 of 8) sorted by relevance

/dports/databases/cego/cego-2.47.11/src/
H A DCegoAVLIndexCursor.h36 class CegoAVLIndexCursor {
40CegoAVLIndexCursor(CegoTableManager* pTM, int tabSetId, const Chain& indexName, CegoObject::Object…
41 ~CegoAVLIndexCursor();
H A DCegoAVLIndexCursor.cc29 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 DCegoTableCursor.h66 CegoAVLIndexCursor* _pIC;
H A DMakefile.am24 CegoAVLIndexCursor.cc CegoAVLIndexCursor.h\
163 CegoAVLIndexCursor.h\
H A DMakefile.in108 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 DCegoTableCursor.cc283 …_pIC = new CegoAVLIndexCursor(_pTM, _tabSetId, _idxName, _type, &_attrCond, _ignoreTouched, _readU… in getFirst()
H A DCegoDistManager.cc2227 CegoAVLIndexCursor ic(this, tabSetId, pIdx->getName(), pIdx->getType(), 0, false, false); in verifyTable()
H A DCegoTableManager.cc2206 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()