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