Lines Matching refs:aKeyConditions
193 TSQLStatements aKeyConditions; in updateRow() local
209 …second.sTableName,sQuotedColumnName,(_rOrginalRow->get())[aIter->second.nPosition],aKeyConditions); in updateRow()
232 if( aKeyConditions.empty() ) in updateRow()
253 ::rtl::OUStringBuffer& rCondition = aKeyConditions[aSqlIter->first]; in updateRow()
271 TSQLStatements aKeyConditions; in insertRow() local
291 …>second.sTableName,sQuotedColumnName,(_rInsertRow->get())[aIter->second.nPosition],aKeyConditions); in insertRow()
333 ::rtl::OUStringBuffer& rCondition = aKeyConditions[aSqlIter->first]; in insertRow()
386 TSQLStatements aKeyConditions; in deleteRow() local
400 …>second.sTableName,sQuotedColumnName,(_rDeleteRow->get())[aIter->second.nPosition],aKeyConditions); in deleteRow()
404 TSQLStatements::iterator aSqlIter = aKeyConditions.begin(); in deleteRow()
405 TSQLStatements::iterator aSqlEnd = aKeyConditions.end(); in deleteRow()
681 TSQLStatements aKeyConditions; in fillMissingValues() local
695 …(aColIter->second.sTableName,sQuotedColumnName,io_aRow[aColIter->second.nPosition],aKeyConditions); in fillMissingValues()
709 ::rtl::OUStringBuffer& rCondition = aKeyConditions[aSqlIter->first]; in fillMissingValues()