Modifier and Type | Method and Description |
---|---|
ResultSet |
MySqlMockExecuteHandlerImpl.executeQuery(MockStatementBase statement,
SQLSelectQueryBlock query) |
ResultSet |
MySqlMockExecuteHandlerImpl.executeQueryFromDual(MockStatementBase statement,
SQLSelectQueryBlock query) |
Modifier and Type | Method and Description |
---|---|
static SQLSelectQueryBlock |
SQLTransformUtils.transformOracleToPostgresql(SQLSelectQueryBlock x) |
Modifier and Type | Method and Description |
---|---|
static void |
SQLUtils.addSelectItem(SQLSelectQueryBlock queryBlock,
SQLExpr expr,
String alias,
boolean first) |
static SQLSelectQueryBlock |
SQLTransformUtils.transformOracleToPostgresql(SQLSelectQueryBlock x) |
Modifier and Type | Method and Description |
---|---|
SQLSelectQueryBlock |
SQLSelectQueryBlock.clone() |
SQLSelectQueryBlock |
SQLUnionQuery.getFirstQueryBlock() |
SQLSelectQueryBlock |
SQLSelect.getFirstQueryBlock() |
SQLSelectQueryBlock |
SQLSelect.getQueryBlock() |
Modifier and Type | Method and Description |
---|---|
void |
SQLSelectQueryBlock.cloneSelectListTo(SQLSelectQueryBlock x) |
void |
SQLSelectQueryBlock.cloneTo(SQLSelectQueryBlock x) |
void |
SQLSelectQueryBlock.setFrom(SQLSelectQueryBlock queryBlock,
String alias) |
Modifier and Type | Class and Description |
---|---|
class |
DB2SelectQueryBlock |
Modifier and Type | Class and Description |
---|---|
class |
MySqlSelectQueryBlock |
Modifier and Type | Method and Description |
---|---|
void |
MySqlSelectParser.parseFrom(SQLSelectQueryBlock queryBlock) |
Modifier and Type | Method and Description |
---|---|
boolean |
MySqlOutputVisitor.visit(SQLSelectQueryBlock select) |
Modifier and Type | Class and Description |
---|---|
class |
OdpsSelectQueryBlock |
Modifier and Type | Class and Description |
---|---|
class |
OracleSelectQueryBlock |
Modifier and Type | Method and Description |
---|---|
boolean |
OracleOutputVisitor.visit(SQLSelectQueryBlock select) |
Modifier and Type | Class and Description |
---|---|
class |
PGSelectQueryBlock |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerSelectQueryBlock |
Modifier and Type | Method and Description |
---|---|
static SQLSelectQueryBlock |
SQLParserUtils.createSelectQueryBlock(String dbType) |
Modifier and Type | Method and Description |
---|---|
boolean |
SQLSelectListCache.match(Lexer lexer,
SQLSelectQueryBlock queryBlock) |
void |
SQLSelectParser.parseFetchClause(SQLSelectQueryBlock queryBlock) |
void |
SQLSelectParser.parseFrom(SQLSelectQueryBlock queryBlock) |
void |
SQLSelectParser.parseWhere(SQLSelectQueryBlock queryBlock) |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLSelectQueryBlock x) |
void |
SQLASTVisitor.endVisit(SQLSelectQueryBlock x) |
void |
SchemaStatVisitor.endVisit(SQLSelectQueryBlock x) |
boolean |
SQLASTVisitorAdapter.visit(SQLSelectQueryBlock x) |
boolean |
SQLASTVisitor.visit(SQLSelectQueryBlock x) |
boolean |
SQLASTOutputVisitor.visit(SQLSelectQueryBlock x) |
boolean |
SchemaStatVisitor.visit(SQLSelectQueryBlock x) |
Modifier and Type | Method and Description |
---|---|
static SQLSelectQueryBlock |
WallVisitorUtils.getQueryBlock(SQLObject x) |
Modifier and Type | Method and Description |
---|---|
static void |
WallVisitorUtils.checkSelelct(WallVisitor visitor,
SQLSelectQueryBlock x) |
boolean |
SQLServerWallVisitor.visit(SQLSelectQueryBlock x) |
boolean |
PGWallVisitor.visit(SQLSelectQueryBlock x) |
boolean |
OracleWallVisitor.visit(SQLSelectQueryBlock x) |
boolean |
MySqlWallVisitor.visit(SQLSelectQueryBlock x) |
boolean |
DB2WallVisitor.visit(SQLSelectQueryBlock x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.