Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine.RoutineBodySegment
-
-
Uses of RoutineBodySegment in org.apache.shardingsphere.sql.parser.sql.common.extractor
Methods in org.apache.shardingsphere.sql.parser.sql.common.extractor with parameters of type RoutineBodySegment Modifier and Type Method Description 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. -
Uses of RoutineBodySegment in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl that return types with arguments of type RoutineBodySegment Modifier and Type Method Description static Optional<RoutineBodySegment>CreateFunctionStatementHandler. getRoutineBodySegment(CreateFunctionStatement createFunctionStatement)Get RoutineBodySegment.static Optional<RoutineBodySegment>CreateProcedureStatementHandler. getRoutineBodySegment(CreateProcedureStatement createProcedureStatement)Get RoutineBodySegment. -
Uses of RoutineBodySegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.ddl that return types with arguments of type RoutineBodySegment Modifier and Type Method Description Optional<RoutineBodySegment>MySQLCreateFunctionStatement. getRoutineBody()Get routine body segment.Optional<RoutineBodySegment>MySQLCreateProcedureStatement. getRoutineBody()Get routine body segment.
-