Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.RefCursorTypeDefinitionContext
-
Packages that use OracleStatementParser.RefCursorTypeDefinitionContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.RefCursorTypeDefinitionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.RefCursorTypeDefinitionContext Modifier and Type Method Description OracleStatementParser.RefCursorTypeDefinitionContextOracleStatementParser. refCursorTypeDefinition()OracleStatementParser.RefCursorTypeDefinitionContextOracleStatementParser.TypeDefinitionContext. refCursorTypeDefinition()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.RefCursorTypeDefinitionContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitRefCursorTypeDefinition(OracleStatementParser.RefCursorTypeDefinitionContext ctx)Visit a parse tree produced byOracleStatementParser.refCursorTypeDefinition().TOracleStatementVisitor. visitRefCursorTypeDefinition(OracleStatementParser.RefCursorTypeDefinitionContext ctx)Visit a parse tree produced byOracleStatementParser.refCursorTypeDefinition().
-