Searched refs:pKeyRule (Results 1 – 1 of 1) sorted by relevance
93 const char* pKeyRule = NULL; in getKeyRuleString() local97 pKeyRule = _bUpdate ? " ON UPDATE CASCADE " : " ON DELETE CASCADE "; in getKeyRuleString()100 pKeyRule = _bUpdate ? " ON UPDATE RESTRICT " : " ON DELETE RESTRICT "; in getKeyRuleString()103 pKeyRule = _bUpdate ? " ON UPDATE SET NULL " : " ON DELETE SET NULL "; in getKeyRuleString()106 pKeyRule = _bUpdate ? " ON UPDATE SET DEFAULT " : " ON DELETE SET DEFAULT "; in getKeyRuleString()112 if ( pKeyRule ) in getKeyRuleString()113 sRet = ::rtl::OUString::createFromAscii(pKeyRule); in getKeyRuleString()
Completed in 17 milliseconds