Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.DropRoutineContext
-
Packages that use OpenGaussStatementParser.DropRoutineContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.DropRoutineContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.DropRoutineContext Modifier and Type Method Description OpenGaussStatementParser.DropRoutineContextOpenGaussStatementParser. dropRoutine()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.DropRoutineContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitDropRoutine(OpenGaussStatementParser.DropRoutineContext ctx)Visit a parse tree produced byOpenGaussStatementParser.dropRoutine().TOpenGaussStatementVisitor. visitDropRoutine(OpenGaussStatementParser.DropRoutineContext ctx)Visit a parse tree produced byOpenGaussStatementParser.dropRoutine().
-