public class PGSelectParser extends SQLSelectParser
| Constructor and Description |
|---|
PGSelectParser(SQLExprParser exprParser) |
PGSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
PGSelectParser(String sql) |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectQuery |
query() |
acceptKeyword, expr, parseFetchClause, parseFrom, parseOrderBy, parseTableSource, parseWhere, parseWith, query, query, queryRest, queryRest, select, unionRestpublic PGSelectParser(SQLExprParser exprParser)
public PGSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache)
public PGSelectParser(String sql)
public SQLSelectQuery query()
query in class SQLSelectParserCopyright © 2013–2018 Alibaba Group. All rights reserved.