1#ifndef INC_GLOTRANSACTIONINDEXPOOL_H
2#define INC_GLOTRANSACTIONINDEXPOOL_H
137 const ObjID & rDeletedObjId );
165 const ObjID & rDeletedObjId );
191 #pragma warning( default : 4251 )
Header for IndexPool IndexPool::DeletedObjIdTuple IndexPool::ObjIdPosTuple IndexPool::ObjStrIdT...
IndexPool is the base class for the RealIndexPool and the TransactionIndexPool for the individual tra...
Definition GloIndexPool.h:196
An object ID consists of the class ID, a database ID and the actual unique object number (all unsigne...
Definition GloObjID.h:84
This index is generated in each transaction and changes such as saving, deleting or inserting an obje...
Definition GloTransactionIndexPool.h:66
int insertTransactionDeletedObjID(const std::string &rsSchemaName, const ObjID &rDeletedObjId)
TransactionIndexPool & operator=(const TransactionIndexPool &rT)
Assignment operator.
int removeTransactionDeletedObjID(const std::string &rsSchemaName, const ObjID &rDeletedObjId)
TransactionIndexPool(const TransactionIndexPool &rT)
Copy constructor.
TransactionIndexPool(const IndexPool &rT)
Copy constructor.
virtual ~TransactionIndexPool()
Definition GloAbstractBaseLot.h:49