| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
List<OracleStatementParser.ParallelClauseContext> |
OracleStatementParser.GeneralRecoveryContext.parallelClause() |
List<OracleStatementParser.ParallelClauseContext> |
OracleStatementParser.ManagedStandbyRecoveryContext.parallelClause() |
| Modifier and Type | Method and Description |
|---|---|
T |
OracleStatementBaseVisitor.visitParallelClause(OracleStatementParser.ParallelClauseContext ctx)
Visit a parse tree produced by
OracleStatementParser.parallelClause(). |
T |
OracleStatementVisitor.visitParallelClause(OracleStatementParser.ParallelClauseContext ctx)
Visit a parse tree produced by
OracleStatementParser.parallelClause(). |
Copyright © 2022 The Apache Software Foundation. All rights reserved.