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