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