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