Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.SelectFetchFirstValueContext
Packages that use OpenGaussStatementParser.SelectFetchFirstValueContext
Package
Description
-
Uses of OpenGaussStatementParser.SelectFetchFirstValueContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.SelectFetchFirstValueContextModifier and TypeMethodDescriptionOpenGaussStatementParser.LimitClauseContext.selectFetchFirstValue()OpenGaussStatementParser.OffsetClauseContext.selectFetchFirstValue()OpenGaussStatementParser.selectFetchFirstValue()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.SelectFetchFirstValueContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitSelectFetchFirstValue(OpenGaussStatementParser.SelectFetchFirstValueContext ctx) Visit a parse tree produced byOpenGaussStatementParser.selectFetchFirstValue().OpenGaussStatementVisitor.visitSelectFetchFirstValue(OpenGaussStatementParser.SelectFetchFirstValueContext ctx) Visit a parse tree produced byOpenGaussStatementParser.selectFetchFirstValue(). -
Uses of OpenGaussStatementParser.SelectFetchFirstValueContext 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.SelectFetchFirstValueContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussStatementSQLVisitor.visitSelectFetchFirstValue(OpenGaussStatementParser.SelectFetchFirstValueContext ctx)