public class OracleSelectParser extends SQLSelectParser
| Constructor and Description |
|---|
OracleSelectParser(SQLExprParser exprParser) |
OracleSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
OracleSelectParser(String sql) |
| Modifier and Type | Method and Description |
|---|---|
SQLTableSource |
parseTableSource() |
SQLTableSource |
parseTableSourcePrimary() |
SQLWithSubqueryClause |
parseWith() |
SQLSelectQuery |
query(SQLObject parent,
boolean acceptUnion) |
SQLSelectQuery |
queryRest(SQLSelectQuery selectQuery,
boolean acceptUnion) |
SQLSelect |
select() |
acceptKeyword, expr, parseFetchClause, parseFrom, parseGroupBy, parseLateralViewAs, parseOrderBy, parseTableSourceRest, parseTableSourceSample, parseTableSourceSampleHive, parseValues, parseWhere, query, query, queryRest, unionRestaccept, acceptInteger, config, getDbType, getLexer, getTimeZone, isEnabled, match, setTimeZonepublic OracleSelectParser(String sql)
public OracleSelectParser(SQLExprParser exprParser)
public OracleSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache)
public SQLSelect select()
select in class SQLSelectParserpublic SQLWithSubqueryClause parseWith()
parseWith in class SQLSelectParserpublic SQLSelectQuery query(SQLObject parent, boolean acceptUnion)
query in class SQLSelectParserpublic SQLSelectQuery queryRest(SQLSelectQuery selectQuery, boolean acceptUnion)
queryRest in class SQLSelectParserpublic SQLTableSource parseTableSource()
parseTableSource in class SQLSelectParserpublic SQLTableSource parseTableSourcePrimary()
Copyright © 2013–2022 Alibaba Group. All rights reserved.