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