Home
last modified time | relevance | path

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

/trunk/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() argument
63 typedef ::boost::shared_ptr< KeyProperties > TKeyProperties;
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DSqlTableHelper.java59 private static class KeyProperties { class in SqlTableHelper
66 KeyProperties(String referencedTable, int type, int updateRule, int deleteRule) { in KeyProperties() method in SqlTableHelper.KeyProperties
190 KeyProperties keyProperties = null; in readForeignKeys()
213 … keyProperties = new KeyProperties(referencedName, KeyType.FOREIGN, updateRule, deleteRule); in readForeignKeys()
/trunk/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()
/trunk/main/connectivity/source/drivers/adabas/
H A DBKeys.cxx167 …getTable()->addKey(sNewName,sdbcx::TKeyProperties(new sdbcx::KeyProperties(sReferencedName,nKeyTyp… in appendObject()
/trunk/main/connectivity/source/sdbcx/
H A DVKey.cxx77 , m_aProps(new KeyProperties()) in OKey()

Completed in 31 milliseconds