Home
last modified time | relevance | path

Searched refs:isUpdate (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOKeyContainer.java213 protected String getKeyRuleString(boolean isUpdate, int rule) { in getKeyRuleString() argument
217 keyRule = isUpdate ? " ON UPDATE CASCADE " : " ON DELETE CASCADE "; in getKeyRuleString()
220 keyRule = isUpdate ? " ON UPDATE RESTRICT " : " ON DELETE RESTRICT "; in getKeyRuleString()
223 keyRule = isUpdate ? " ON UPDATE SET NULL " : " ON DELETE SET NULL "; in getKeyRuleString()
226 keyRule = isUpdate ? " ON UPDATE SET DEFAULT " : " ON DELETE SET DEFAULT "; in getKeyRuleString()
/trunk/main/configmgr/source/
H A Daccess.cxx278 if (getRootAccess()->isUpdate()) { in queryInterface()
877 if (getRootAccess()->isUpdate()) { in getTypes()
938 if (getRootAccess()->isUpdate()) { in getSupportedServiceNames()
961 if (getRootAccess()->isUpdate()) { in getSupportedServiceNames()
976 if (getRootAccess()->isUpdate()) { in getSupportedServiceNames()
1374 if (!getRootAccess()->isUpdate()) { in setPropertyValue()
1522 if (!getRootAccess()->isUpdate()) { in setPropertyValues()
1650 if (!getRootAccess()->isUpdate()) { in setHierarchicalPropertyValue()
1702 if (!getRootAccess()->isUpdate()) { in setHierarchicalPropertyValues()
2135 (getRootAccess()->isUpdate() in asProperty()
[all …]
H A Drootaccess.hxx81 bool isUpdate() const;
H A Drootaccess.cxx122 bool RootAccess::isUpdate() const { in isUpdate() function in configmgr::RootAccess

Completed in 42 milliseconds