Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CursorNameContext
Packages that use OpenGaussStatementParser.CursorNameContext
Package
Description
-
Uses of OpenGaussStatementParser.CursorNameContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CursorNameContextModifier and TypeMethodDescriptionOpenGaussStatementParser.CloseContext.cursorName()OpenGaussStatementParser.CursorContext.cursorName()OpenGaussStatementParser.cursorName()OpenGaussStatementParser.DeclareContext.cursorName()OpenGaussStatementParser.FetchContext.cursorName()OpenGaussStatementParser.MoveContext.cursorName()OpenGaussStatementParser.WhereOrCurrentClauseContext.cursorName()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CursorNameContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitCursorName(OpenGaussStatementParser.CursorNameContext ctx) Visit a parse tree produced byOpenGaussStatementParser.cursorName().OpenGaussStatementVisitor.visitCursorName(OpenGaussStatementParser.CursorNameContext ctx) Visit a parse tree produced byOpenGaussStatementParser.cursorName(). -
Uses of OpenGaussStatementParser.CursorNameContext 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.CursorNameContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussDDLStatementSQLVisitor.visitCursorName(OpenGaussStatementParser.CursorNameContext ctx)