CFx SDK Documentation
2020SP3
|
#include <DbBaseDatabase.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdDbBaseLongTransactionPE) | |
virtual OdDbStub * | destinationBlock (const OdRxObject *pLT) const =0 |
virtual OdDbBaseDatabase * | getDatabase (const OdRxObject *pLT) const =0 |
virtual bool | workSetHas (const OdRxObject *pLT, OdDbStub *pId) const =0 |
virtual OdRxIteratorPtr | newWorkSetIterator (const OdRxObject *pLT, bool incRemoved=false, bool incSecondary=false) const =0 |
Public Member Functions inherited from OdRxObject | |
ODRX_HEAP_OPERATORS () | |
OdRxObject () | |
virtual | ~OdRxObject () |
virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
virtual OdRxObject * | x (const OdRxClass *pClass) const |
virtual OdRxClass * | isA () const |
virtual void | addRef ()=0 |
virtual void | release ()=0 |
virtual long | numRefs () const |
bool | isKindOf (const OdRxClass *pClass) const |
virtual OdRxObjectPtr | clone () const |
virtual void | copyFrom (const OdRxObject *pSource) |
virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
virtual bool | isEqualTo (const OdRxObject *pOther) const |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
This class is the protocol extension to be used as a long transaction abstraction, independent of the underlying database (OdDbDatabase or OdDgDatabase).
<group OdDbRoot_Classes>
Definition at line 1071 of file DbBaseDatabase.h.
|
pure virtual |
Returns a pointer to the identifier of a block where entities have been copied.
pLT | [in] A pointer to a long transaction object. |
|
pure virtual |
Returns a pointer to the database, to which a specified long transaction object belongs.
pLT | [in] A pointer to a long transaction object. |
|
pure virtual |
Creates an iterator for a specified long transaction workset.
pLT | [in] A pointer to a long transaction object. |
incRemoved | [in] A flag that determines whether the iterator includes removed objects (if equal to true). |
incSecondary | [in] A flag that determines whether the iterator includes secondary objects (if equal to true). |
OdDbBaseLongTransactionPE::ODRX_DECLARE_MEMBERS | ( | OdDbBaseLongTransactionPE | ) |
|
pure virtual |
Determines whether a specified long transaction object contains a specified object in its workset.
pLT | [in] A pointer to a long transaction object. |
pId | [in] A pointer to an identifier of an object. |