Lines Matching refs:pPart2
288 const OSQLParseNode* pPart2 = pPredicateNode->getChild(1); in execute_LIKE() local
291 const bool bNotLike = pPart2->getChild(0)->isToken(); in execute_LIKE()
293 OSQLParseNode* pAtom = pPart2->getChild(pPart2->count()-2); in execute_LIKE()
294 OSQLParseNode* pOptEscape = pPart2->getChild(pPart2->count()-1); in execute_LIKE()
340 const OSQLParseNode* pPart2 = pPredicateNode->getChild(1); in execute_BETWEEN() local
341 OSQLParseNode* p1stValue = pPart2->getChild(2); in execute_BETWEEN()
342 OSQLParseNode* p2ndtValue = pPart2->getChild(4); in execute_BETWEEN()
352 sal_Bool bNot = SQL_ISTOKEN(pPart2->getChild(0),NOT); in execute_BETWEEN()
418 const OSQLParseNode* pPart2 = pPredicateNode->getChild(1); in execute_ISNULL() local
419 DBG_ASSERT(SQL_ISTOKEN(pPart2->getChild(0),IS),"OFILECursor: Fehler im Parse Tree"); in execute_ISNULL()
422 if (SQL_ISTOKEN(pPart2->getChild(1),NOT)) in execute_ISNULL()