public class SqlPredicateIsNull extends SqlPredicate
| Constructor and Description |
|---|
SqlPredicateIsNull(SqlNode expression) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(SqlNodeVisitor<R> visitor)
See
SqlNodeVisitor |
SqlNode |
getExpression() |
SqlNodeType |
getType() |
String |
toSimpleSql() |
getFunctionpublic SqlPredicateIsNull(SqlNode expression)
public SqlNode getExpression()
public String toSimpleSql()
public SqlNodeType getType()
public <R> R accept(SqlNodeVisitor<R> visitor) throws AdapterException
SqlNodeSqlNodeVisitoraccept in class SqlNodeR - generic SqlNodeVisitor typevisitor - The visitor object on which the appropriate visit(sqlNode) method is calledAdapterException - can be thrownCopyright © 2019. All rights reserved.