Searched refs:boolean_test (Results 1 – 3 of 3) sorted by relevance
268 %type <pParseNode> boolean_factor truth_value boolean_test boolean_primary named_columns_join join_…1175 boolean_test: label1187 boolean_test1188 | SQL_TOKEN_NOT boolean_test
1390 { OSQLParseNode::boolean_test, "boolean_test" }, in OSQLParser()1982 … SQL_ISRULE(pSearchCondition,between_predicate) || SQL_ISRULE(pSearchCondition,boolean_test) )) in negateSearchCondition()1985 if ( !SQL_ISRULE(pSearchCondition,boolean_test) ) in negateSearchCondition()1990 else if ( SQL_ISRULE( pSearchCondition, boolean_test ) ) in negateSearchCondition()
200 boolean_test, enumerator
Completed in 40 milliseconds