-
- All Implemented Interfaces:
-
ast.SqlNode,ast.statement.SqlStatement
public final class SqlUnionSelect extends SqlSelectQuery
sql语法树:UNION查询语句
-
-
Field Summary
Fields Modifier and Type Field Description private final SqlSelectQueryleftprivate final SqlUnionTypetypeprivate final SqlSelectQueryright
-
Constructor Summary
Constructors Constructor Description SqlUnionSelect(SqlSelectQuery left, SqlUnionType type, SqlSelectQuery right)
-
Method Summary
Modifier and Type Method Description final SqlSelectQuerygetLeft()final SqlUnionTypegetType()final SqlSelectQuerygetRight()-
-
Constructor Detail
-
SqlUnionSelect
SqlUnionSelect(SqlSelectQuery left, SqlUnionType type, SqlSelectQuery right)
-
-
Method Detail
-
getLeft
final SqlSelectQuery getLeft()
-
getType
final SqlUnionType getType()
-
getRight
final SqlSelectQuery getRight()
-
-
-
-