Home
last modified time | relevance | path

Searched refs:test_for_null (Results 1 – 8 of 8) sorted by relevance

/trunk/main/connectivity/source/drivers/macab/
H A DMacabStatement.cxx187 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 Dsqlnode.hxx156 test_for_null, enumerator
/trunk/main/connectivity/source/parse/
H A Dsqlbison.y256 %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 Dsqlnode.cxx1346 { 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 Dsqliterator.cxx1429 …else if (SQL_ISRULE(pSearchCondition,test_for_null) /*&& SQL_ISRULE(pSearchCondition->getChild(0),… in traverseANDCriteria()
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx1055 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 Dfcomp.cxx196 else if (SQL_ISRULE(pPredicateNode,test_for_null)) in execute()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx1516 else if( SQL_ISRULEOR2(pCondition,test_for_null,in_predicate) in GetANDCriteria()

Completed in 703 milliseconds