Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.SelectLimitContext
Packages that use OpenGaussStatementParser.SelectLimitContext
Package
Description
-
Uses of OpenGaussStatementParser.SelectLimitContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.SelectLimitContextModifier and TypeMethodDescriptionOpenGaussStatementParser.selectLimit()OpenGaussStatementParser.SelectNoParensContext.selectLimit()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.SelectLimitContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitSelectLimit(OpenGaussStatementParser.SelectLimitContext ctx) Visit a parse tree produced byOpenGaussStatementParser.selectLimit().OpenGaussStatementVisitor.visitSelectLimit(OpenGaussStatementParser.SelectLimitContext ctx) Visit a parse tree produced byOpenGaussStatementParser.selectLimit(). -
Uses of OpenGaussStatementParser.SelectLimitContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl with parameters of type OpenGaussStatementParser.SelectLimitContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussStatementSQLVisitor.visitSelectLimit(OpenGaussStatementParser.SelectLimitContext ctx)