| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
OracleStatementParser.LoggingClauseContext |
OracleStatementParser.loggingClause() |
OracleStatementParser.LoggingClauseContext |
OracleStatementParser.SegmentAttributesClauseContext.loggingClause(int i) |
OracleStatementParser.LoggingClauseContext |
OracleStatementParser.LobParametersContext.loggingClause(int i) |
OracleStatementParser.LoggingClauseContext |
OracleStatementParser.PartitionAttributesContext.loggingClause(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<OracleStatementParser.LoggingClauseContext> |
OracleStatementParser.SegmentAttributesClauseContext.loggingClause() |
List<OracleStatementParser.LoggingClauseContext> |
OracleStatementParser.LobParametersContext.loggingClause() |
List<OracleStatementParser.LoggingClauseContext> |
OracleStatementParser.PartitionAttributesContext.loggingClause() |
| Modifier and Type | Method and Description |
|---|---|
T |
OracleStatementBaseVisitor.visitLoggingClause(OracleStatementParser.LoggingClauseContext ctx)
Visit a parse tree produced by
OracleStatementParser.loggingClause(). |
T |
OracleStatementVisitor.visitLoggingClause(OracleStatementParser.LoggingClauseContext ctx)
Visit a parse tree produced by
OracleStatementParser.loggingClause(). |
Copyright © 2022 The Apache Software Foundation. All rights reserved.