Home
last modified time | relevance | path

Searched defs:KeyProperties (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVKey.hxx45 struct OOO_DLLPUBLIC_DBTOOLS KeyProperties struct
49 sal_Int32 m_Type;
50 sal_Int32 m_UpdateRule;
51 sal_Int32 m_DeleteRule;
52 KeyProperties(const ::rtl::OUString& _ReferencedTable, in KeyProperties() argument
61 KeyProperties():m_Type(0),m_UpdateRule(0),m_DeleteRule(0){} in KeyProperties() function
/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

Completed in 16 milliseconds