public class MySqlSelectIntoParser extends SQLSelectParser
Constructor and Description |
---|
MySqlSelectIntoParser(SQLExprParser exprParser) |
MySqlSelectIntoParser(String sql) |
Modifier and Type | Method and Description |
---|---|
MySqlExprParser |
getExprParser() |
MySqlSelectIntoStatement |
parseSelectInto() |
SQLSelectQuery |
query() |
SQLUnionQuery |
unionRest(SQLUnionQuery union) |
acceptKeyword, expr, parseFetchClause, parseFrom, parseOrderBy, parseTableSource, parseWhere, parseWith, queryRest, select
public MySqlSelectIntoParser(SQLExprParser exprParser)
public MySqlSelectIntoParser(String sql)
public MySqlSelectIntoStatement parseSelectInto()
public SQLSelectQuery query()
query
in class SQLSelectParser
public SQLUnionQuery unionRest(SQLUnionQuery union)
unionRest
in class SQLSelectParser
public MySqlExprParser getExprParser()
Copyright © 2013–2017 Alibaba Group. All rights reserved.