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