| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| 限定符和类型 | 方法和说明 |
|---|---|
MySQLStatementParser.RoutineOptionContext |
MySQLStatementParser.routineOption() |
MySQLStatementParser.RoutineOptionContext |
MySQLStatementParser.CreateFunctionContext.routineOption(int i) |
MySQLStatementParser.RoutineOptionContext |
MySQLStatementParser.AlterFunctionContext.routineOption(int i) |
MySQLStatementParser.RoutineOptionContext |
MySQLStatementParser.CreateProcedureContext.routineOption(int i) |
MySQLStatementParser.RoutineOptionContext |
MySQLStatementParser.AlterProcedureContext.routineOption(int i) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MySQLStatementParser.RoutineOptionContext> |
MySQLStatementParser.CreateFunctionContext.routineOption() |
List<MySQLStatementParser.RoutineOptionContext> |
MySQLStatementParser.AlterFunctionContext.routineOption() |
List<MySQLStatementParser.RoutineOptionContext> |
MySQLStatementParser.CreateProcedureContext.routineOption() |
List<MySQLStatementParser.RoutineOptionContext> |
MySQLStatementParser.AlterProcedureContext.routineOption() |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
MySQLStatementBaseVisitor.visitRoutineOption(MySQLStatementParser.RoutineOptionContext ctx)
Visit a parse tree produced by
MySQLStatementParser.routineOption(). |
T |
MySQLStatementVisitor.visitRoutineOption(MySQLStatementParser.RoutineOptionContext ctx)
Visit a parse tree produced by
MySQLStatementParser.routineOption(). |
Copyright © 2021 The Apache Software Foundation. All rights reserved.