Searched refs:boolean_test (Results 1 – 3 of 3) sorted by relevance
267 %type <pParseNode> boolean_factor truth_value boolean_test boolean_primary named_columns_join join_…1174 boolean_test: label1186 boolean_test1187 | SQL_TOKEN_NOT boolean_test
1393 { OSQLParseNode::boolean_test, "boolean_test" }, in OSQLParser()1985 … SQL_ISRULE(pSearchCondition,between_predicate) || SQL_ISRULE(pSearchCondition,boolean_test) )) in negateSearchCondition()1988 if ( !SQL_ISRULE(pSearchCondition,boolean_test) ) in negateSearchCondition()1993 else if ( SQL_ISRULE( pSearchCondition, boolean_test ) ) in negateSearchCondition()
200 boolean_test, enumerator
Completed in 60 milliseconds