Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.SelectOffsetValueContext
-
Packages that use OpenGaussStatementParser.SelectOffsetValueContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement -
-
Uses of OpenGaussStatementParser.SelectOffsetValueContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.SelectOffsetValueContext Modifier and Type Method Description OpenGaussStatementParser.SelectOffsetValueContextOpenGaussStatementParser.LimitClauseContext. selectOffsetValue()OpenGaussStatementParser.SelectOffsetValueContextOpenGaussStatementParser.OffsetClauseContext. selectOffsetValue()OpenGaussStatementParser.SelectOffsetValueContextOpenGaussStatementParser. selectOffsetValue()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.SelectOffsetValueContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitSelectOffsetValue(OpenGaussStatementParser.SelectOffsetValueContext ctx)Visit a parse tree produced byOpenGaussStatementParser.selectOffsetValue().TOpenGaussStatementVisitor. visitSelectOffsetValue(OpenGaussStatementParser.SelectOffsetValueContext ctx)Visit a parse tree produced byOpenGaussStatementParser.selectOffsetValue(). -
Uses of OpenGaussStatementParser.SelectOffsetValueContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement with parameters of type OpenGaussStatementParser.SelectOffsetValueContext Modifier and Type Method Description ASTNodeOpenGaussStatementVisitor. visitSelectOffsetValue(OpenGaussStatementParser.SelectOffsetValueContext ctx)
-