Lines Matching refs:pKeyProps
334 … sdbcx::TKeyProperties pKeyProps(new sdbcx::KeyProperties(::rtl::OUString(),KeyType::PRIMARY,0,0)); in refreshPrimaryKeys() local
340 pKeyProps->m_aKeyColumnNames.push_back(xRow->getString(4)); in refreshPrimaryKeys()
348 m_pImpl->m_aKeys.insert(TKeyMap::value_type(aPkName,pKeyProps)); in refreshPrimaryKeys()
364 sdbcx::TKeyProperties pKeyProps; in refreshForgeinKeys() local
380 if ( pKeyProps.get() ) in refreshForgeinKeys()
389 if ( pKeyProps.get() ) in refreshForgeinKeys()
390 m_pImpl->m_aKeys.insert(TKeyMap::value_type(sOldFKName,pKeyProps)); in refreshForgeinKeys()
393 …pKeyProps.reset(new sdbcx::KeyProperties(sReferencedName,KeyType::FOREIGN,nUpdateRule,nDeleteRule)… in refreshForgeinKeys()
394 pKeyProps->m_aKeyColumnNames.push_back(sForeignKeyColumn); in refreshForgeinKeys()
405 else if ( pKeyProps.get() ) in refreshForgeinKeys()
407 pKeyProps->m_aKeyColumnNames.push_back(sForeignKeyColumn); in refreshForgeinKeys()
411 if ( pKeyProps.get() ) in refreshForgeinKeys()
412 m_pImpl->m_aKeys.insert(TKeyMap::value_type(sOldFKName,pKeyProps)); in refreshForgeinKeys()
577 sdbcx::TKeyProperties pKeyProps; in getKeyProperties() local
581 pKeyProps = aFind->second; in getKeyProperties()
586 pKeyProps.reset(new sdbcx::KeyProperties()); in getKeyProperties()
589 return pKeyProps; in getKeyProperties()