Searched refs:pPart2 (Results 1 – 5 of 5) sorted by relevance
/trunk/main/connectivity/source/drivers/file/ |
H A D | fcomp.cxx | 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() [all …]
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabStatement.cxx | 190 const OSQLParseNode* pPart2 = pParseNode->getChild(1); in analyseWhereClause() local 191 const OSQLParseNode *pMiddleLeft = pPart2->getChild(0), in analyseWhereClause() 192 *pMiddleRight = pPart2->getChild(1), in analyseWhereClause() 193 *pRight = pPart2->getChild(2); in analyseWhereClause()
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NStatement.cxx | 381 const OSQLParseNode* pPart2 = parseTree->getChild(1); in whereAnalysis() local 388 OSQLParseNode *pAtom = pPart2->getChild( pPart2->count() - 2 ); // Match String in whereAnalysis() 389 bool bNotLike = pPart2->getChild(0)->isToken(); in whereAnalysis()
|
/trunk/main/connectivity/source/parse/ |
H A D | sqliterator.cxx | 1372 const OSQLParseNode* pPart2 = pSearchCondition->getChild(1); in traverseANDCriteria() local 1374 sal_Int32 nCurentPos = pPart2->count()-2; in traverseANDCriteria() 1376 OSQLParseNode * pNum_value_exp = pPart2->getChild(nCurentPos); in traverseANDCriteria() 1377 OSQLParseNode * pOptEscape = pPart2->getChild(nCurentPos+1); in traverseANDCriteria() 1408 const OSQLParseNode* pPart2 = pSearchCondition->getChild(1); in traverseANDCriteria() local 1413 OSQLParseNode* pChild = pPart2->getChild(2); in traverseANDCriteria() 1432 const OSQLParseNode* pPart2 = pSearchCondition->getChild(1); in traverseANDCriteria() local 1433 (void)pPart2; in traverseANDCriteria() 1434 OSL_ENSURE(SQL_ISTOKEN(pPart2->getChild(0),IS),"OSQLParseTreeIterator: error in parse tree!"); in traverseANDCriteria()
|
H A D | sqlnode.cxx | 710 const OSQLParseNode* pPart2 = m_aChildren[1]; in impl_parseLikeNodeToString_throw() local 711 pPart2->getChild(0)->impl_parseNodeToString_throw( rString, aNewParam ); in impl_parseLikeNodeToString_throw() 712 pPart2->getChild(1)->impl_parseNodeToString_throw( rString, aNewParam ); in impl_parseLikeNodeToString_throw() 713 pParaNode = pPart2->getChild(2); in impl_parseLikeNodeToString_throw() 714 pEscNode = pPart2->getChild(3); in impl_parseLikeNodeToString_throw() 1984 OSQLParseNode* pPart2 = pSearchCondition; in negateSearchCondition() local 1986 pPart2 = pSearchCondition->getChild(1); in negateSearchCondition() 1993 OSQLParseNode* pNot = pPart2->getChild(nNotPos); in negateSearchCondition() 1999 pPart2->replace(pNot, pNotNot); in negateSearchCondition()
|
Completed in 51 milliseconds