Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.CursorDefinitionContext
-
Packages that use OracleStatementParser.CursorDefinitionContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.CursorDefinitionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.CursorDefinitionContext Modifier and Type Method Description OracleStatementParser.CursorDefinitionContextOracleStatementParser. cursorDefinition()OracleStatementParser.CursorDefinitionContextOracleStatementParser.ItemList2Context. cursorDefinition()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.CursorDefinitionContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitCursorDefinition(OracleStatementParser.CursorDefinitionContext ctx)Visit a parse tree produced byOracleStatementParser.cursorDefinition().TOracleStatementVisitor. visitCursorDefinition(OracleStatementParser.CursorDefinitionContext ctx)Visit a parse tree produced byOracleStatementParser.cursorDefinition().
-