Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.BackwardAllContext
-
Packages that use OpenGaussStatementParser.BackwardAllContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.BackwardAllContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.BackwardAllContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitBackwardAll(OpenGaussStatementParser.BackwardAllContext ctx)Visit a parse tree produced by thebackwardAlllabeled alternative inOpenGaussStatementParser.direction().TOpenGaussStatementVisitor. visitBackwardAll(OpenGaussStatementParser.BackwardAllContext ctx)Visit a parse tree produced by thebackwardAlllabeled alternative inOpenGaussStatementParser.direction(). -
Uses of OpenGaussStatementParser.BackwardAllContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type with parameters of type OpenGaussStatementParser.BackwardAllContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitBackwardAll(OpenGaussStatementParser.BackwardAllContext ctx)
-