| 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 |
|---|---|
static void |
SQLUtils.acceptSelectQueryBlock(String sql,
DbType dbType,
Consumer<SQLSelectQueryBlock> consumer,
Predicate<SQLSelectQueryBlock> filter) |
static void |
SQLUtils.acceptSelectQueryBlock(String sql,
DbType dbType,
Consumer<SQLSelectQueryBlock> consumer,
Predicate<SQLSelectQueryBlock> filter) |
| Constructor and Description |
|---|
SQLInSubQueryExpr(SQLExpr expr,
SQLSelectQueryBlock queryBlock) |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectQueryBlock |
SQLSelectQueryBlock.clone() |
SQLSelectQueryBlock |
SQLSelect.getFirstQueryBlock() |
SQLSelectQueryBlock |
SQLUnionQuery.getFirstQueryBlock() |
SQLSelectQueryBlock |
SQLSelect.getQueryBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLSelectQueryBlock.cloneSelectListTo(SQLSelectQueryBlock x) |
void |
SQLSelectQueryBlock.cloneTo(SQLSelectQueryBlock x) |
boolean |
SQLSelectQueryBlock.equalsForMergeJoin(SQLSelectQueryBlock that) |
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 | Method and Description |
|---|---|
boolean |
NameResolveVisitor.isAliasColumn(SQLExpr x,
SQLSelectQueryBlock source)
是否是 select item 字段的别名
|
boolean |
NameResolveVisitor.isRowNumColumn(SQLExpr x,
SQLSelectQueryBlock source)
是否是 rownum 或者 rownum 别名
|
| Modifier and Type | Class and Description |
|---|---|
class |
OdpsSelectQueryBlock |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleSelectQueryBlock |
| Modifier and Type | Field and Description |
|---|---|
SQLSelectQueryBlock |
OracleRowNumToLimit.Context.queryBlock |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OracleOutputVisitor.visit(SQLSelectQueryBlock select) |
| Modifier and Type | Class and Description |
|---|---|
class |
OscarSelectQueryBlock |
| Modifier and Type | Class and Description |
|---|---|
class |
PGSelectQueryBlock |
| Modifier and Type | Method and Description |
|---|---|
void |
PrestoSelectParser.parseFetchClause(SQLSelectQueryBlock queryBlock) |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerSelectQueryBlock |
| Modifier and Type | Method and Description |
|---|---|
static SQLSelectQueryBlock |
SQLParserUtils.createSelectQueryBlock(DbType 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.parseGroupBy(SQLSelectQueryBlock queryBlock) |
void |
SQLSelectParser.parseWhere(SQLSelectQueryBlock queryBlock) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaRepository.resolve(SQLSelectQueryBlock queryBlock,
SchemaResolveVisitor.Option... options) |
default boolean |
SchemaResolveVisitor.visit(SQLSelectQueryBlock x) |
| Modifier and Type | Method and Description |
|---|---|
default void |
SQLASTVisitor.endVisit(SQLSelectQueryBlock x) |
void |
SchemaStatVisitor.endVisit(SQLSelectQueryBlock x) |
boolean |
SQLASTOutputVisitor.visit(SQLSelectQueryBlock x) |
default boolean |
SQLASTVisitor.visit(SQLSelectQueryBlock x) |
boolean |
SchemaStatVisitor.visit(SQLSelectQueryBlock x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CalciteMySqlNodeVisitor.visit(SQLSelectQueryBlock x) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
WallVisitor.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) |
Copyright © 2013–2022 Alibaba Group. All rights reserved.