Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.BackwardContext
-
Packages that use OpenGaussStatementParser.BackwardContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.BackwardContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.BackwardContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitBackward(OpenGaussStatementParser.BackwardContext ctx)Visit a parse tree produced by thebackwardlabeled alternative inOpenGaussStatementParser.direction().TOpenGaussStatementVisitor. visitBackward(OpenGaussStatementParser.BackwardContext ctx)Visit a parse tree produced by thebackwardlabeled alternative inOpenGaussStatementParser.direction(). -
Uses of OpenGaussStatementParser.BackwardContext 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.BackwardContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitBackward(OpenGaussStatementParser.BackwardContext ctx)
-