Home
last modified time | relevance | path

Searched refs:getTransactionAffectedTables (Results 1 – 4 of 4) sorted by relevance

/dports/databases/cego/cego-2.47.11/src/
H A DCegoTransactionManager.h60 void getTransactionAffectedTables(int tabSetId, unsigned long long tid, SetT<Chain>& tableList);
H A DCegoTableManager.h93 void getTransactionAffectedTables(int tabSetId, SetT<Chain>& tableList);
H A DCegoTransactionManager.cc275 void CegoTransactionManager::getTransactionAffectedTables(int tabSetId, unsigned long long tid, Set… in getTransactionAffectedTables() function in CegoTransactionManager
H A DCegoTableManager.cc748 void CegoTableManager::getTransactionAffectedTables(int tabSetId, SetT<Chain>& tableList) in getTransactionAffectedTables() function in CegoTableManager
752 _pTM->getTransactionAffectedTables(tabSetId, ctid, tableList); in getTransactionAffectedTables()
761 getTransactionAffectedTables(tabSetId, tableList); in commitTransactionSynced()
828 getTransactionAffectedTables(tabSetId, tableList); in rollbackTransactionSynced()