Searched refs:pKeyIter (Results 1 – 1 of 1) sorted by relevance
182 const ::rtl::OUString* pKeyIter = aKeyColumns.getConstArray(); in checkPrimaryKey() local183 const ::rtl::OUString* pKeyEnd = pKeyIter + aKeyColumns.getLength(); in checkPrimaryKey()185 for(;pKeyIter != pKeyEnd;++pKeyIter) in checkPrimaryKey()192 if ( (*aIter)->GetFieldName(_eEConnectionSide) == *pKeyIter ) in checkPrimaryKey()
Completed in 11 milliseconds