Modifier and Type | Method and Description |
---|---|
SQLSelectStatement |
SQLSelectBuilder.getSQLSelectStatement() |
Modifier and Type | Method and Description |
---|---|
SQLSelectStatement |
SQLSelectBuilderImpl.getSQLSelectStatement() |
Constructor and Description |
---|
SQLSelectBuilderImpl(SQLSelectStatement stmt,
String dbType) |
Modifier and Type | Method and Description |
---|---|
SQLSelectStatement |
MySqlCursorDeclareStatement.getSelect() |
Modifier and Type | Method and Description |
---|---|
void |
MySqlCursorDeclareStatement.setSelect(SQLSelectStatement select) |
Modifier and Type | Method and Description |
---|---|
boolean |
MySqlSchemaStatVisitor.visit(SQLSelectStatement x) |
Modifier and Type | Method and Description |
---|---|
SQLSelectStatement |
OdpsStatementParser.parseSelect() |
Modifier and Type | Class and Description |
---|---|
class |
PGSelectStatement |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLSelectStatement selectStatement) |
void |
SQLASTVisitor.endVisit(SQLSelectStatement selectStatement) |
void |
SchemaStatVisitor.endVisit(SQLSelectStatement x) |
boolean |
SQLASTVisitorAdapter.visit(SQLSelectStatement astNode) |
boolean |
SQLASTVisitor.visit(SQLSelectStatement astNode) |
boolean |
SQLASTOutputVisitor.visit(SQLSelectStatement stmt) |
boolean |
SchemaStatVisitor.visit(SQLSelectStatement x) |
Modifier and Type | Method and Description |
---|---|
void |
SQLServerWallVisitor.endVisit(SQLSelectStatement x) |
void |
PGWallVisitor.endVisit(SQLSelectStatement x) |
void |
OracleWallVisitor.endVisit(SQLSelectStatement x) |
void |
MySqlWallVisitor.endVisit(SQLSelectStatement x) |
void |
DB2WallVisitor.endVisit(SQLSelectStatement x) |
boolean |
SQLServerWallVisitor.visit(SQLSelectStatement x) |
boolean |
PGWallVisitor.visit(SQLSelectStatement x) |
boolean |
OracleWallVisitor.visit(SQLSelectStatement x) |
boolean |
MySqlWallVisitor.visit(SQLSelectStatement x) |
boolean |
DB2WallVisitor.visit(SQLSelectStatement x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.