Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CursorOptionContext
-
Packages that use OpenGaussStatementParser.CursorOptionContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.CursorOptionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CursorOptionContext Modifier and Type Method Description OpenGaussStatementParser.CursorOptionContextOpenGaussStatementParser. cursorOption()OpenGaussStatementParser.CursorOptionContextOpenGaussStatementParser.CursorOptionsContext. cursorOption(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OpenGaussStatementParser.CursorOptionContext Modifier and Type Method Description List<OpenGaussStatementParser.CursorOptionContext>OpenGaussStatementParser.CursorOptionsContext. cursorOption()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CursorOptionContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitCursorOption(OpenGaussStatementParser.CursorOptionContext ctx)Visit a parse tree produced byOpenGaussStatementParser.cursorOption().TOpenGaussStatementVisitor. visitCursorOption(OpenGaussStatementParser.CursorOptionContext ctx)Visit a parse tree produced byOpenGaussStatementParser.cursorOption().
-