1#ifndef INC_GLOTRANSACTIONINDEXPOOL_H
2#define INC_GLOTRANSACTIONINDEXPOOL_H
137 const ObjID & rDeletedObjId );
165 const ObjID & rDeletedObjId );
191 #pragma warning( default : 4251 )
Header für IndexPool IndexPool::DeletedObjIdTuple IndexPool::ObjIdPosTuple IndexPool::ObjStrId...
IndexPool ist die Basisklasse für den RealIndexPool und den TransactionIndexPool für die einzelnen Tr...
Definition GloIndexPool.h:196
Ein Objekt-ID besteht aus der Klassen-ID, einer Datenbank-ID und der eigentlichen eindeutigen ObjektZ...
Definition GloObjID.h:84
Dieser Index wird in jeder Transaktion generiert und die Änderungen wie speichern,...
Definition GloTransactionIndexPool.h:66
int insertTransactionDeletedObjID(const std::string &rsSchemaName, const ObjID &rDeletedObjId)
TransactionIndexPool & operator=(const TransactionIndexPool &rT)
Zuweisungsoperator.
int removeTransactionDeletedObjID(const std::string &rsSchemaName, const ObjID &rDeletedObjId)
TransactionIndexPool(const TransactionIndexPool &rT)
Copy-Konstruktor.
TransactionIndexPool(const IndexPool &rT)
Copy-Konstruktor.
virtual ~TransactionIndexPool()
Definition GloAbstractBaseLot.h:49