public class SqlOrderBy extends SqlNode
| Constructor | Description |
|---|---|
SqlOrderBy(List<SqlNode> expressions,
List<Boolean> isAsc,
List<Boolean> nullsFirst) |
| Modifier and Type | Method | Description |
|---|---|---|
<R> R |
accept(SqlNodeVisitor<R> visitor) |
See
SqlNodeVisitor |
List<SqlNode> |
getExpressions() |
|
SqlNodeType |
getType() |
|
List<Boolean> |
isAscending() |
|
List<Boolean> |
nullsLast() |
|
String |
toSimpleSql() |
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.