Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/commontools/
H A DTKeys.cxx93 const char* pKeyRule = NULL; in getKeyRuleString() local
97 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 16 milliseconds