/trunk/main/connectivity/source/drivers/file/ |
H A D | fcomp.cxx | 245 SQL_ISTOKEN(pPredicateNode->getChild(2),TRUE) || in execute_COMPARE() 352 sal_Bool bNot = SQL_ISTOKEN(pPart2->getChild(0),NOT); in execute_BETWEEN() 422 if (SQL_ISTOKEN(pPart2->getChild(1),NOT)) in execute_ISNULL() 492 SQL_ISTOKEN(pPredicateNode,TRUE) || in execute_Operand() 493 SQL_ISTOKEN(pPredicateNode,FALSE) || in execute_Operand() 513 SQL_ISTOKEN(pODBCNodeChild,D) || in execute_Operand() 514 SQL_ISTOKEN(pODBCNodeChild,T) || in execute_Operand() 515 SQL_ISTOKEN(pODBCNodeChild,TS) )) in execute_Operand() 519 if(SQL_ISTOKEN(pODBCNodeChild,D)) in execute_Operand() 523 else if(SQL_ISTOKEN(pODBCNodeChild,T)) in execute_Operand() [all …]
|
H A D | FStatement.cxx | 458 m_aOrderbyAscending.push_back((SQL_ISTOKEN(pAscendingDescending,DESC)) ? SQL_DESC : SQL_ASC); in setOrderbyColumn() 641 if (! SQL_ISTOKEN(pValuesOrQuerySpec->getChild(0),VALUES)) in GetAssignValues() 739 else if (SQL_ISTOKEN(pRow_Value_Constructor_Elem,NULL)) in ParseAssignValues()
|
H A D | fcode.cxx | 193 if (SQL_ISTOKEN(&rColumnRef,TRUE)) in OOperandConst() 198 else if (SQL_ISTOKEN(&rColumnRef,FALSE)) in OOperandConst()
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabStatement.cxx | 168 if (SQL_ISTOKEN(pMiddle, OR)) in analyseWhereClause() 178 if (SQL_ISTOKEN(pMiddle, AND)) in analyseWhereClause() 198 SQL_ISTOKEN(pMiddleLeft, IS) && in analyseWhereClause() 199 SQL_ISTOKEN(pRight, NULL)) in analyseWhereClause() 206 if (SQL_ISTOKEN(pMiddleRight, NOT)) in analyseWhereClause() 280 SQL_ISTOKEN(pAscendingDescending, DESC)? in analyseOrderByClause()
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NStatement.cxx | 278 && SQL_ISTOKEN( pAscDesc->getChild( 0 ), DESC ) in orderByAnalysis() 306 ENSURE_OR_THROW( SQL_ISTOKEN( parseTree->getChild( 1 ), OR ) in whereAnalysis() 307 || SQL_ISTOKEN( parseTree->getChild( 1 ), AND ), in whereAnalysis() 314 if( SQL_ISTOKEN( parseTree->getChild( 1 ), OR ) ) in whereAnalysis() 335 && !( SQL_ISTOKEN( pRHS, TRUE ) ) in whereAnalysis() 336 && !( SQL_ISTOKEN( pRHS, FALSE ) ) in whereAnalysis()
|
/trunk/main/connectivity/source/parse/ |
H A D | sqliterator.cxx | 493 if ( SQL_ISTOKEN(i_pJoinCondition->getChild(1),AND) ) in impl_fillJoinConditions() 1120 sal_Bool bAscending = pOptAscDesc && SQL_ISTOKEN(pOptAscDesc,ASC); in traverseByColumnNames() 1287 SQL_ISTOKEN(pSearchCondition->getChild(1),OR)) in traverseORCriteria() 1298 SQL_ISTOKEN(pSearchCondition->getChild(0)->getChild(1),OR)) in traverseORCriteria() 1434 OSL_ENSURE(SQL_ISTOKEN(pPart2->getChild(0),IS),"OSQLParseTreeIterator: error in parse tree!"); in traverseANDCriteria() 2182 …if ( SQL_ISRULE(_pNode,general_set_fct) && (SQL_ISTOKEN(_pNode->getChild(0),MIN) || SQL_ISTOKEN(_p… in getFunctionReturnType() 2229 || SQL_ISTOKEN(pValueExp,STRING) ) in getFunctionReturnType()
|
H A D | sqlnode.cxx | 797 …eral->isRule() && !SQL_ISRULE(pLiteral,value_exp) ) || SQL_ISTOKEN(pLiteral,FALSE) || SQL_ISTOKEN(… in convertNode() 1713 SQL_ISTOKEN(pODBCNodeChild, D) || in addDateValue() 1714 SQL_ISTOKEN(pODBCNodeChild, T) || in addDateValue() 1715 SQL_ISTOKEN(pODBCNodeChild, TS) )) in addDateValue() 1738 if (SQL_ISTOKEN(pODBCNodeChild, D)) in addDateValue() 1742 else if (SQL_ISTOKEN(pODBCNodeChild, T)) in addDateValue()
|
H A D | sqlbison.y | 4704 if ( SQL_ISTOKEN( pCompare, BETWEEN) && pLiteral2 )
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | QueryDesignView.cxx | 621 if (!SQL_ISTOKEN(pNode->getChild(1),AND)) in InsertJoinConnection() 1937 if ( SQL_ISRULE(pNode, qualified_join) && SQL_ISTOKEN(pNode->getChild(1),NATURAL) ) in InsertJoin() 1950 if ( SQL_ISTOKEN(pJoinType,NATURAL) ) in InsertJoin() 1956 …if (SQL_ISRULE(pJoinType,join_type) && (!pJoinType->count() || SQL_ISTOKEN(pJoinType->getChild(0),… in InsertJoin() 1965 if (SQL_ISTOKEN(pJoinType->getChild(0),LEFT)) in InsertJoin() 1967 else if(SQL_ISTOKEN(pJoinType->getChild(0),RIGHT)) in InsertJoin() 2151 if(SQL_ISTOKEN(pParseTree->getChild(1),DISTINCT)) in InitFromParseNodeImpl() 2416 if (SQL_ISTOKEN( pChild->getChild(1), DESC ) ) in GetOrderCriteria()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | RowSetCache.cxx | 1517 if ( SQL_ISTOKEN(pNode->getChild(1),AND) ) in checkInnerJoin() 1573 bLeftSide = SQL_ISTOKEN(pOuterType->getChild(0),LEFT); in checkJoin() 1574 bCheck = bLeftSide || SQL_ISTOKEN(pOuterType->getChild(0),RIGHT); in checkJoin()
|
H A D | SingleSelectQueryComposer.cxx | 1081 if ( SQL_ISTOKEN(pCondition->getChild(1)->getChild(0),NOT) ) in setANDCriteria() 1088 if (SQL_ISTOKEN(pCondition->getChild(1)->getChild(1),NOT) ) in setANDCriteria()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | sqlnode.hxx | 467 …#define SQL_ISTOKEN(pParseNode, token) ((pParseNode)->isToken() && (pParseNode)->getTokenID() == S… macro
|