Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/drivers/file/
H A Dfcomp.cxx260 OSQLParseNode *pPrec = pPredicateNode->getChild(1); in execute_COMPARE() local
262 if (pPrec->getNodeType() == SQL_NODE_EQUAL) in execute_COMPARE()
264 else if (pPrec->getNodeType() == SQL_NODE_NOTEQUAL) in execute_COMPARE()
266 else if (pPrec->getNodeType() == SQL_NODE_LESS) in execute_COMPARE()
268 else if (pPrec->getNodeType() == SQL_NODE_LESSEQ) in execute_COMPARE()
270 else if (pPrec->getNodeType() == SQL_NODE_GREATEQ) in execute_COMPARE()
272 else if (pPrec->getNodeType() == SQL_NODE_GREAT) in execute_COMPARE()
/aoo41x/main/connectivity/source/drivers/evoab2/
H A DNStatement.cxx322 OSQLParseNode *pPrec = parseTree->getChild( 1 ); in whereAnalysis() local
346 if ( ( pPrec->getNodeType() != SQL_NODE_EQUAL ) in whereAnalysis()
347 && ( pPrec->getNodeType() != SQL_NODE_NOTEQUAL ) in whereAnalysis()
356 && ( pPrec->getNodeType() == SQL_NODE_EQUAL ) in whereAnalysis()
374 if ( pResult && ( pPrec->getNodeType() == SQL_NODE_NOTEQUAL ) ) in whereAnalysis()

Completed in 69 milliseconds