Modifier and Type | Method and Description |
---|---|
SQLUnionQuery |
SQLUnionQuery.clone() |
SQLUnionQuery |
SQLUnionQueryTableSource.getUnion() |
Modifier and Type | Method and Description |
---|---|
void |
SQLUnionQueryTableSource.setUnion(SQLUnionQuery union) |
Constructor and Description |
---|
SQLUnionQueryTableSource(SQLUnionQuery union) |
SQLUnionQueryTableSource(SQLUnionQuery union,
String alias) |
Modifier and Type | Method and Description |
---|---|
SQLUnionQuery |
MySqlSelectParser.unionRest(SQLUnionQuery union) |
SQLUnionQuery |
MySqlSelectIntoParser.unionRest(SQLUnionQuery union) |
Modifier and Type | Method and Description |
---|---|
SQLUnionQuery |
MySqlSelectParser.unionRest(SQLUnionQuery union) |
SQLUnionQuery |
MySqlSelectIntoParser.unionRest(SQLUnionQuery union) |
Modifier and Type | Method and Description |
---|---|
SQLUnionQuery |
SQLSelectParser.unionRest(SQLUnionQuery union) |
Modifier and Type | Method and Description |
---|---|
SQLUnionQuery |
SQLSelectParser.unionRest(SQLUnionQuery union) |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLUnionQuery x) |
void |
SQLASTVisitor.endVisit(SQLUnionQuery x) |
boolean |
SQLASTVisitorAdapter.visit(SQLUnionQuery x) |
boolean |
SQLASTVisitor.visit(SQLUnionQuery x) |
boolean |
SQLASTOutputVisitor.visit(SQLUnionQuery x) |
Modifier and Type | Method and Description |
---|---|
static void |
WallVisitorUtils.checkUnion(WallVisitor visitor,
SQLUnionQuery x) |
boolean |
SQLServerWallVisitor.visit(SQLUnionQuery x) |
boolean |
PGWallVisitor.visit(SQLUnionQuery x) |
boolean |
OracleWallVisitor.visit(SQLUnionQuery x) |
boolean |
MySqlWallVisitor.visit(SQLUnionQuery x) |
boolean |
DB2WallVisitor.visit(SQLUnionQuery x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.