public class GroupByClauseParser extends Object implements SQLClauseParser
| 构造器和说明 |
|---|
GroupByClauseParser(LexerEngine lexerEngine) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.