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