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