public class GroupByClauseParser extends Object implements SQLClauseParser
| Constructor and Description |
|---|
GroupByClauseParser(LexerEngine lexerEngine) |
| Modifier and Type | Method and Description |
|---|---|
protected Keyword[] |
getSkippedKeywordAfterGroupBy() |
protected Keyword[] |
getUnsupportedKeywordBeforeGroupByItem() |
void |
parse(SelectStatement selectStatement)
Parse group by.
|
public GroupByClauseParser(LexerEngine lexerEngine)
public final void parse(SelectStatement selectStatement)
selectStatement - select statementprotected Keyword[] getUnsupportedKeywordBeforeGroupByItem()
protected Keyword[] getSkippedKeywordAfterGroupBy()
Copyright © 2018. All rights reserved.