Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/commontools/
H A DTTableHelper.cxx335 … sdbcx::TKeyProperties pKeyProps(new sdbcx::KeyProperties(::rtl::OUString(),KeyType::PRIMARY,0,0)); in refreshPrimaryKeys() local
341 pKeyProps->m_aKeyColumnNames.push_back(xRow->getString(4)); in refreshPrimaryKeys()
349 m_pImpl->m_aKeys.insert(TKeyMap::value_type(aPkName,pKeyProps)); in refreshPrimaryKeys()
365 sdbcx::TKeyProperties pKeyProps; in refreshForgeinKeys() local
381 if ( pKeyProps.get() ) in refreshForgeinKeys()
390 if ( pKeyProps.get() ) in refreshForgeinKeys()
391 m_pImpl->m_aKeys.insert(TKeyMap::value_type(sOldFKName,pKeyProps)); in refreshForgeinKeys()
394pKeyProps.reset(new sdbcx::KeyProperties(sReferencedName,KeyType::FOREIGN,nUpdateRule,nDeleteRule)… in refreshForgeinKeys()
395 pKeyProps->m_aKeyColumnNames.push_back(sForeignKeyColumn); in refreshForgeinKeys()
406 else if ( pKeyProps.get() ) in refreshForgeinKeys()
[all …]