Searched refs:isUpdate (Results 1 – 4 of 4) sorted by relevance
213 protected String getKeyRuleString(boolean isUpdate, int rule) { in getKeyRuleString() argument217 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()
278 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 …]
81 bool isUpdate() const;
122 bool RootAccess::isUpdate() const { in isUpdate() function in configmgr::RootAccess
Completed in 42 milliseconds