public class OrderBy extends BaseASTNode implements DefaultLimitStep
| Constructor and Description |
|---|
OrderBy(OrderByStep orderByStep,
OrderByExpression[] orderByExpressions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doToSQL(java.util.function.Consumer<java.lang.String> consumer,
ASTNodeListener astNodeListener) |
OrderByExpression[] |
getOrderByExpressions() |
getChild, toSQL, toString, withNewChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitlimitas, union, unionAllpublic OrderBy(OrderByStep orderByStep, OrderByExpression[] orderByExpressions)
public OrderByExpression[] getOrderByExpressions()
protected void doToSQL(java.util.function.Consumer<java.lang.String> consumer,
ASTNodeListener astNodeListener)
doToSQL in class BaseASTNode