Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CursorContext
-
Packages that use OpenGaussStatementParser.CursorContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.CursorContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CursorContext Modifier and Type Method Description OpenGaussStatementParser.CursorContextOpenGaussStatementParser. cursor()OpenGaussStatementParser.CursorContextOpenGaussStatementParser.ExecuteContext. cursor()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CursorContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitCursor(OpenGaussStatementParser.CursorContext ctx)Visit a parse tree produced byOpenGaussStatementParser.cursor().TOpenGaussStatementVisitor. visitCursor(OpenGaussStatementParser.CursorContext ctx)Visit a parse tree produced byOpenGaussStatementParser.cursor(). -
Uses of OpenGaussStatementParser.CursorContext 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.CursorContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitCursor(OpenGaussStatementParser.CursorContext ctx)
-