Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CursorNameContext
-
Packages that use OpenGaussStatementParser.CursorNameContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.CursorNameContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CursorNameContext Modifier and Type Method Description OpenGaussStatementParser.CursorNameContextOpenGaussStatementParser.CloseContext. cursorName()OpenGaussStatementParser.CursorNameContextOpenGaussStatementParser.CursorContext. cursorName()OpenGaussStatementParser.CursorNameContextOpenGaussStatementParser. cursorName()OpenGaussStatementParser.CursorNameContextOpenGaussStatementParser.DeclareContext. cursorName()OpenGaussStatementParser.CursorNameContextOpenGaussStatementParser.FetchContext. cursorName()OpenGaussStatementParser.CursorNameContextOpenGaussStatementParser.MoveContext. cursorName()OpenGaussStatementParser.CursorNameContextOpenGaussStatementParser.WhereOrCurrentClauseContext. cursorName()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CursorNameContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitCursorName(OpenGaussStatementParser.CursorNameContext ctx)Visit a parse tree produced byOpenGaussStatementParser.cursorName().TOpenGaussStatementVisitor. visitCursorName(OpenGaussStatementParser.CursorNameContext ctx)Visit a parse tree produced byOpenGaussStatementParser.cursorName(). -
Uses of OpenGaussStatementParser.CursorNameContext 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.CursorNameContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitCursorName(OpenGaussStatementParser.CursorNameContext ctx)
-