public class SqlGroupBy extends SqlExpressionList
| Constructor | Description |
|---|---|
SqlGroupBy(List<SqlNode> groupByList) |
| Modifier and Type | Method | Description |
|---|---|---|
<R> R |
accept(SqlNodeVisitor<R> visitor) |
See
SqlNodeVisitor |
SqlNodeType |
getType() |
|
String |
toSimpleSql() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExpressionspublic SqlNodeType getType()
public String toSimpleSql()
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.