Searched refs:KeyProperties (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/connectivity/inc/connectivity/sdbcx/ |
| H A D | VKey.hxx | 45 struct OOO_DLLPUBLIC_DBTOOLS KeyProperties struct 52 KeyProperties(const ::rtl::OUString& _ReferencedTable, in KeyProperties() function 61 KeyProperties():m_Type(0),m_UpdateRule(0),m_DeleteRule(0){} in KeyProperties() function 63 typedef ::boost::shared_ptr< KeyProperties > TKeyProperties;
|
| /AOO41X/main/connectivity/source/commontools/ |
| H A D | TTableHelper.cxx | 334 … sdbcx::TKeyProperties pKeyProps(new sdbcx::KeyProperties(::rtl::OUString(),KeyType::PRIMARY,0,0)); in refreshPrimaryKeys() 393 …pKeyProps.reset(new sdbcx::KeyProperties(sReferencedName,KeyType::FOREIGN,nUpdateRule,nDeleteRule)… in refreshForgeinKeys() 586 pKeyProps.reset(new sdbcx::KeyProperties()); in getKeyProperties()
|
| H A D | TKeys.cxx | 260 …m_pTable->addKey(sNewName,sdbcx::TKeyProperties(new sdbcx::KeyProperties(sReferencedName,nKeyType,… in appendObject()
|
| /AOO41X/main/connectivity/source/sdbcx/ |
| H A D | VKey.cxx | 77 , m_aProps(new KeyProperties()) in OKey()
|
| /AOO41X/main/connectivity/source/drivers/adabas/ |
| H A D | BKeys.cxx | 167 …getTable()->addKey(sNewName,sdbcx::TKeyProperties(new sdbcx::KeyProperties(sReferencedName,nKeyTyp… in appendObject()
|