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...
 
Ein Objekt-ID besteht aus der Klassen-ID, einer Datenbank-ID und der eigentlichen eindeutigen ObjektZ...
Definition GloObjID.h:84
 
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