Lines Matching refs:SQL_ISRULE
214 …ENSURE_OR_THROW( SQL_ISRULE( &_rColumnRef, column_ref ), "internal error: only column_refs support… in impl_getColumnRefColumnName_throw()
249 ENSURE_OR_THROW( SQL_ISRULE( _pOrderByClause, opt_order_by_clause ), "wrong node type" ); in orderByAnalysis()
259 if ( !pOrderBy || !SQL_ISRULE( pOrderBy, ordering_spec ) ) in orderByAnalysis()
266 && SQL_ISRULE( pAscDesc, opt_asc_desc ) in orderByAnalysis()
271 if ( !SQL_ISRULE( pColumnRef, column_ref ) ) in orderByAnalysis()
302 else if( ( SQL_ISRULE( parseTree, search_condition ) || in whereAnalysis()
303 SQL_ISRULE( parseTree, boolean_term ) ) && in whereAnalysis()
320 else if( SQL_ISRULE( parseTree, comparison_predicate ) ) in whereAnalysis()
329 …if ( ( !( SQL_ISRULE( pLHS, column_ref ) ) // on the LHS, we accept a column or a con… in whereAnalysis()
378 else if( SQL_ISRULE( parseTree, like_predicate ) ) in whereAnalysis()
383 if( ! SQL_ISRULE( parseTree->getChild( 0 ), column_ref) ) in whereAnalysis()
393 SQL_ISRULE( pAtom,parameter ) || in whereAnalysis()
465 else if( SQL_ISRULE( pAllTableNames->getChild( 0 ), table_ref ) ) in getTableName()
509 if ( pWhereClause && SQL_ISRULE( pWhereClause, where_clause ) ) in parseSql()