Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/drivers/kab/
H A DKStatement.cxx184 else if (SQL_ISRULE(pParseNode, test_for_null) || SQL_ISRULE(pParseNode, like_predicate)) in analyseWhereClause()
192 if (SQL_ISRULE(pParseNode, test_for_null)) in analyseWhereClause()
/aoo4110/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()
/aoo4110/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx156 test_for_null, enumerator
/aoo4110/main/connectivity/source/parse/
H A Dsqlbison.y255 %type <pParseNode> like_predicate opt_escape test_for_null null_predicate_part_2 in_predicate in_pr…
1220 | test_for_null
1422 test_for_null: label
H A Dsqlnode.cxx1349 { OSQLParseNode::test_for_null, "test_for_null" }, in OSQLParser()
1984 …else if(bNegate && (SQL_ISRULE(pSearchCondition,test_for_null) || SQL_ISRULE(pSearchCondition,in_p… in negateSearchCondition()
1991 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()
/aoo4110/main/connectivity/source/drivers/file/
H A Dfcomp.cxx196 else if (SQL_ISRULE(pPredicateNode,test_for_null)) in execute()
/aoo4110/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()
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx1516 else if( SQL_ISRULEOR2(pCondition,test_for_null,in_predicate) in GetANDCriteria()

Completed in 111 milliseconds