Searched refs:test_for_null (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/connectivity/source/drivers/kab/ |
H A D | KStatement.cxx | 184 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()
|
/aoo41x/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()
|
/aoo41x/main/connectivity/inc/connectivity/ |
H A D | sqlnode.hxx | 156 test_for_null, enumerator
|
/aoo41x/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 | 1349 { 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 D | sqliterator.cxx | 1429 …else if (SQL_ISRULE(pSearchCondition,test_for_null) /*&& SQL_ISRULE(pSearchCondition->getChild(0),… in traverseANDCriteria()
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | fcomp.cxx | 196 else if (SQL_ISRULE(pPredicateNode,test_for_null)) in execute()
|
/aoo41x/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()
|
/aoo41x/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 76 milliseconds