public class MySqlSelectIntoParser extends SQLSelectParser
| Constructor and Description |
|---|
MySqlSelectIntoParser(SQLExprParser exprParser) |
MySqlSelectIntoParser(String sql) |
| Modifier and Type | Method and Description |
|---|---|
MySqlExprParser |
getExprParser() |
MySqlSelectIntoStatement |
parseSelectInto() |
SQLTableSource |
parseTableSourceRest(SQLTableSource tableSource) |
SQLSelectQuery |
query(SQLObject parent,
boolean acceptUnion) |
SQLUnionQuery |
unionRest(SQLUnionQuery union) |
acceptKeyword, expr, parseFetchClause, parseFrom, parseGroupBy, parseLateralViewAs, parseOrderBy, parseTableSource, parseTableSourceSample, parseTableSourceSampleHive, parseValues, parseWhere, parseWith, query, query, queryRest, queryRest, selectaccept, acceptInteger, config, getDbType, getLexer, getTimeZone, isEnabled, match, setTimeZonepublic MySqlSelectIntoParser(SQLExprParser exprParser)
public MySqlSelectIntoParser(String sql)
public MySqlSelectIntoStatement parseSelectInto()
public SQLSelectQuery query(SQLObject parent, boolean acceptUnion)
query in class SQLSelectParserpublic SQLTableSource parseTableSourceRest(SQLTableSource tableSource)
parseTableSourceRest in class SQLSelectParserpublic SQLUnionQuery unionRest(SQLUnionQuery union)
unionRest in class SQLSelectParserpublic MySqlExprParser getExprParser()
Copyright © 2013–2021 Alibaba Group. All rights reserved.