| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
OracleStatementParser.CursorParameterDecContext |
OracleStatementParser.cursorParameterDec() |
OracleStatementParser.CursorParameterDecContext |
OracleStatementParser.CursorDefinitionContext.cursorParameterDec(int i) |
OracleStatementParser.CursorParameterDecContext |
OracleStatementParser.CursorDeclarationContext.cursorParameterDec(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<OracleStatementParser.CursorParameterDecContext> |
OracleStatementParser.CursorDefinitionContext.cursorParameterDec() |
List<OracleStatementParser.CursorParameterDecContext> |
OracleStatementParser.CursorDeclarationContext.cursorParameterDec() |
| Modifier and Type | Method and Description |
|---|---|
T |
OracleStatementVisitor.visitCursorParameterDec(OracleStatementParser.CursorParameterDecContext ctx)
Visit a parse tree produced by
OracleStatementParser.cursorParameterDec(). |
T |
OracleStatementBaseVisitor.visitCursorParameterDec(OracleStatementParser.CursorParameterDecContext ctx)
Visit a parse tree produced by
OracleStatementParser.cursorParameterDec(). |
Copyright © 2023 The Apache Software Foundation. All rights reserved.