Home
last modified time | relevance | path

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

/AOO41X/main/connectivity/inc/connectivity/sdbcx/
H A DVKey.hxx45 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 DTTableHelper.cxx334 … 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 DTKeys.cxx260 …m_pTable->addKey(sNewName,sdbcx::TKeyProperties(new sdbcx::KeyProperties(sReferencedName,nKeyType,… in appendObject()
/AOO41X/main/connectivity/source/sdbcx/
H A DVKey.cxx77 , m_aProps(new KeyProperties()) in OKey()
/AOO41X/main/connectivity/source/drivers/adabas/
H A DBKeys.cxx167 …getTable()->addKey(sNewName,sdbcx::TKeyProperties(new sdbcx::KeyProperties(sReferencedName,nKeyTyp… in appendObject()