Searched refs:selectForUpdate (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbtable.h129 bool selectForUpdate; member in class:wxDbTable
163 bool selectForUpdate; member in class:wxDbTable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp156 selectForUpdate = false; // SELECT ... FOR UPDATE; Indicates whether to include the FOR UPDATE phrase
730 selectForUpdate = CanSelectForUpdate();
732 selectForUpdate = false;
1130 if (selectForUpdate && (pDb->Dbms() == dbmsSYBASE_ASA || pDb->Dbms() == dbmsSYBASE_ASE))
1183 if (selectForUpdate && CanSelectForUpdate())

Completed in 44 milliseconds