public class OrderByClauseParser extends Object implements SQLClauseParser
| Constructor and Description |
|---|
OrderByClauseParser(LexerEngine lexerEngine) |
| Modifier and Type | Method and Description |
|---|---|
protected OrderDirection |
getNullOrderDirection() |
void |
parse(SelectStatement selectStatement)
Parse order by.
|
public OrderByClauseParser(LexerEngine lexerEngine)
public final void parse(SelectStatement selectStatement)
selectStatement - select statementprotected OrderDirection getNullOrderDirection()
Copyright © 2018. All rights reserved.