Searched refs:test_for_null (Results 1 – 8 of 8) sorted by relevance
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabStatement.cxx | 187 else if (SQL_ISRULE(pParseNode, test_for_null) || SQL_ISRULE(pParseNode, like_predicate)) in analyseWhereClause() 195 if (SQL_ISRULE(pParseNode, test_for_null)) in analyseWhereClause()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | sqlnode.hxx | 156 test_for_null, enumerator
|
/trunk/main/connectivity/source/parse/ |
H A D | sqlbison.y | 256 %type <pParseNode> like_predicate opt_escape test_for_null null_predicate_part_2 in_predicate in_pr… 1221 | test_for_null 1423 test_for_null: label
|
H A D | sqlnode.cxx | 1346 { OSQLParseNode::test_for_null, "test_for_null" }, in OSQLParser() 1981 …else if(bNegate && (SQL_ISRULE(pSearchCondition,test_for_null) || SQL_ISRULE(pSearchCondition,in_p… in negateSearchCondition() 1988 if ( SQL_ISRULE( pSearchCondition, test_for_null ) ) in negateSearchCondition()
|
H A D | sqliterator.cxx | 1429 …else if (SQL_ISRULE(pSearchCondition,test_for_null) /*&& SQL_ISRULE(pSearchCondition->getChild(0),… in traverseANDCriteria()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | SingleSelectQueryComposer.cxx | 1055 SQL_ISRULE(pCondition,test_for_null) || in setANDCriteria() 1086 else if (SQL_ISRULE(pCondition,test_for_null)) in setANDCriteria()
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | fcomp.cxx | 196 else if (SQL_ISRULE(pPredicateNode,test_for_null)) in execute()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | QueryDesignView.cxx | 1516 else if( SQL_ISRULEOR2(pCondition,test_for_null,in_predicate) in GetANDCriteria()
|
Completed in 112 milliseconds