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