| 限定符和类型 | 方法和说明 |
|---|---|
Collection<SimpleTableSegment> |
TableExtractor.extractExistTableFromRoutineBody(RoutineBodySegment routineBody)
Extract the tables that should exist from routine body segment.
|
Collection<SimpleTableSegment> |
TableExtractor.extractNotExistTableFromRoutineBody(RoutineBodySegment routineBody)
Extract the tables that should not exist from routine body segment.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Optional<RoutineBodySegment> |
CreateFunctionStatementHandler.getRoutineBodySegment(CreateFunctionStatement createFunctionStatement)
Get RoutineBodySegment.
|
static Optional<RoutineBodySegment> |
CreateProcedureStatementHandler.getRoutineBodySegment(CreateProcedureStatement createProcedureStatement)
Get RoutineBodySegment.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<RoutineBodySegment> |
MySQLCreateProcedureStatement.getRoutineBody()
Get routine body segment.
|
Optional<RoutineBodySegment> |
MySQLCreateFunctionStatement.getRoutineBody()
Get routine body segment.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.