public class SqlPredicateInConstList extends SqlPredicate
| Constructor | Description |
|---|---|
SqlPredicateInConstList(SqlNode expression,
List<SqlNode> inArguments) |
Create a new instance of
SqlPredicateInConstList. |
| Modifier and Type | Method | Description |
|---|---|---|
<R> R |
accept(SqlNodeVisitor<R> visitor) |
See
SqlNodeVisitor |
SqlNode |
getExpression() |
|
List<SqlNode> |
getInArguments() |
|
SqlNodeType |
getType() |
|
String |
toSimpleSql() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFunctionpublic SqlPredicateInConstList(SqlNode expression, List<SqlNode> inArguments)
SqlPredicateInConstList.expression - For <exp> IN (...) this stores <exp>inArguments - arguments inside the bracketspublic 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.