Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.FetchContext
-
Packages that use OpenGaussStatementParser.FetchContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.FetchContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.FetchContext Modifier and Type Method Description OpenGaussStatementParser.FetchContextOpenGaussStatementParser.ExecuteContext. fetch()OpenGaussStatementParser.FetchContextOpenGaussStatementParser. fetch()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.FetchContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitFetch(OpenGaussStatementParser.FetchContext ctx)Visit a parse tree produced byOpenGaussStatementParser.fetch().TOpenGaussStatementVisitor. visitFetch(OpenGaussStatementParser.FetchContext ctx)Visit a parse tree produced byOpenGaussStatementParser.fetch(). -
Uses of OpenGaussStatementParser.FetchContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type with parameters of type OpenGaussStatementParser.FetchContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitFetch(OpenGaussStatementParser.FetchContext ctx)
-