| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.oracle.visitor |
| 限定符和类型 | 方法和说明 |
|---|---|
List<OracleStatementParser.ColumnNameContext> |
OracleStatementParser.ColumnNamesContext.columnName() |
List<OracleStatementParser.ColumnNameContext> |
OracleStatementParser.ColumnOrColumnListContext.columnName() |
List<OracleStatementParser.ColumnNameContext> |
OracleStatementParser.RenameColumnClauseContext.columnName() |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
OracleStatementVisitor.visitColumnName(OracleStatementParser.ColumnNameContext ctx)
Visit a parse tree produced by
OracleStatementParser.columnName(). |
T |
OracleStatementBaseVisitor.visitColumnName(OracleStatementParser.ColumnNameContext ctx)
Visit a parse tree produced by
OracleStatementParser.columnName(). |
Copyright © 2020 The Apache Software Foundation. All rights reserved.