| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
OracleStatementParser.ProcedureDeclarationContext |
OracleStatementParser.procedureDeclaration() |
OracleStatementParser.ProcedureDeclarationContext |
OracleStatementParser.ItemList2Context.procedureDeclaration() |
OracleStatementParser.ProcedureDeclarationContext |
OracleStatementParser.ProcedureDefinitionContext.procedureDeclaration() |
OracleStatementParser.ProcedureDeclarationContext |
OracleStatementParser.PlsqlDeclarationsContext.procedureDeclaration(int i) |
OracleStatementParser.ProcedureDeclarationContext |
OracleStatementParser.ItemList1Context.procedureDeclaration(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<OracleStatementParser.ProcedureDeclarationContext> |
OracleStatementParser.PlsqlDeclarationsContext.procedureDeclaration() |
List<OracleStatementParser.ProcedureDeclarationContext> |
OracleStatementParser.ItemList1Context.procedureDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
T |
OracleStatementVisitor.visitProcedureDeclaration(OracleStatementParser.ProcedureDeclarationContext ctx)
Visit a parse tree produced by
OracleStatementParser.procedureDeclaration(). |
T |
OracleStatementBaseVisitor.visitProcedureDeclaration(OracleStatementParser.ProcedureDeclarationContext ctx)
Visit a parse tree produced by
OracleStatementParser.procedureDeclaration(). |
Copyright © 2023 The Apache Software Foundation. All rights reserved.