Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.FetchContext
Packages that use OpenGaussStatementParser.FetchContext
Package
Description
-
Uses of OpenGaussStatementParser.FetchContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.FetchContextModifier and TypeMethodDescriptionOpenGaussStatementParser.ExecuteContext.fetch()OpenGaussStatementParser.fetch()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.FetchContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitFetch(OpenGaussStatementParser.FetchContext ctx) Visit a parse tree produced byOpenGaussStatementParser.fetch().OpenGaussStatementVisitor.visitFetch(OpenGaussStatementParser.FetchContext ctx) Visit a parse tree produced byOpenGaussStatementParser.fetch(). -
Uses of OpenGaussStatementParser.FetchContext 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.FetchContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussDDLStatementSQLVisitor.visitFetch(OpenGaussStatementParser.FetchContext ctx)