Searched defs:KeyProperties (Results 1 – 2 of 2) sorted by relevance
45 struct OOO_DLLPUBLIC_DBTOOLS KeyProperties struct49 sal_Int32 m_Type;50 sal_Int32 m_UpdateRule;51 sal_Int32 m_DeleteRule;52 KeyProperties(const ::rtl::OUString& _ReferencedTable, in KeyProperties() argument61 KeyProperties():m_Type(0),m_UpdateRule(0),m_DeleteRule(0){} in KeyProperties() function
59 private static class KeyProperties { class in SqlTableHelper66 KeyProperties(String referencedTable, int type, int updateRule, int deleteRule) { in KeyProperties() method in SqlTableHelper.KeyProperties
Completed in 17 milliseconds