GcDbIndex

class pygcad.pygrx.GcDbIndex

Bases: GcDbObject

Methods Summary

cast(inPtr)

C++: GcDbIndex::cast(const class GcRxObject *) --> class GcDbIndex *

className()

C++: GcDbIndex::className() --> const wchar_t *

desc()

C++: GcDbIndex::desc() --> class GcRxClass *

isA(self)

C++: GcDbIndex::isA() const --> class GcRxClass *

isUptoDate(self)

C++: GcDbIndex::isUptoDate() const --> bool

lastUpdatedAt(self)

C++: GcDbIndex::lastUpdatedAt() const --> class GcDbDate

lastUpdatedAtU(self)

C++: GcDbIndex::lastUpdatedAtU() const --> class GcDbDate

newIterator(self, pFilter)

C++: GcDbIndex::newIterator(const class GcDbFilter *) const --> class GcDbFilteredBlockIterator *

objectBeingIndexedId(self)

C++: GcDbIndex::objectBeingIndexedId() const --> class GcDbObjectId

rebuildFull(self, pIdxData)

C++: GcDbIndex::rebuildFull(class GcDbIndexUpdateData *) --> enum Gcad::ErrorStatus

rxInit()

C++: GcDbIndex::rxInit() --> void

setLastUpdatedAt(self, time)

C++: GcDbIndex::setLastUpdatedAt(const class GcDbDate &) --> void

setLastUpdatedAtU(self, time)

C++: GcDbIndex::setLastUpdatedAtU(const class GcDbDate &) --> void

Methods Documentation

static cast(inPtr: pygcad.pygrx.GcRxObject) pygcad.pygrx.GcDbIndex

C++: GcDbIndex::cast(const class GcRxObject *) –> class GcDbIndex *

static className() str

C++: GcDbIndex::className() –> const wchar_t *

static desc() pygcad.pygrx.GcRxClass

C++: GcDbIndex::desc() –> class GcRxClass *

isA(self: pygcad.pygrx.GcDbIndex) pygcad.pygrx.GcRxClass

C++: GcDbIndex::isA() const –> class GcRxClass *

isUptoDate(self: pygcad.pygrx.GcDbIndex) bool

C++: GcDbIndex::isUptoDate() const –> bool

lastUpdatedAt(self: pygcad.pygrx.GcDbIndex) pygcad.pygrx.GcDbDate

C++: GcDbIndex::lastUpdatedAt() const –> class GcDbDate

lastUpdatedAtU(self: pygcad.pygrx.GcDbIndex) pygcad.pygrx.GcDbDate

C++: GcDbIndex::lastUpdatedAtU() const –> class GcDbDate

newIterator(self: pygcad.pygrx.GcDbIndex, pFilter: pygcad.pygrx.GcDbFilter) pygcad.pygrx.GcDbFilteredBlockIterator

C++: GcDbIndex::newIterator(const class GcDbFilter *) const –> class GcDbFilteredBlockIterator *

objectBeingIndexedId(self: pygcad.pygrx.GcDbIndex) pygcad.pygrx.GcDbObjectId

C++: GcDbIndex::objectBeingIndexedId() const –> class GcDbObjectId

rebuildFull(self: pygcad.pygrx.GcDbIndex, pIdxData: pygcad.pygrx.GcDbIndexUpdateData) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbIndex::rebuildFull(class GcDbIndexUpdateData *) –> enum Gcad::ErrorStatus

static rxInit() None

C++: GcDbIndex::rxInit() –> void

setLastUpdatedAt(self: pygcad.pygrx.GcDbIndex, time: pygcad.pygrx.GcDbDate) None

C++: GcDbIndex::setLastUpdatedAt(const class GcDbDate &) –> void

setLastUpdatedAtU(self: pygcad.pygrx.GcDbIndex, time: pygcad.pygrx.GcDbDate) None

C++: GcDbIndex::setLastUpdatedAtU(const class GcDbDate &) –> void