| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen | |
| org.apache.shardingsphere.sql.parser.mysql.visitor.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
MySQLStatementParser.AssignmentContext |
MySQLStatementParser.assignment() |
MySQLStatementParser.AssignmentContext |
MySQLStatementParser.OnDuplicateKeyClauseContext.assignment(int i) |
MySQLStatementParser.AssignmentContext |
MySQLStatementParser.SetAssignmentsClauseContext.assignment(int i) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MySQLStatementParser.AssignmentContext> |
MySQLStatementParser.OnDuplicateKeyClauseContext.assignment() |
List<MySQLStatementParser.AssignmentContext> |
MySQLStatementParser.SetAssignmentsClauseContext.assignment() |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
MySQLStatementVisitor.visitAssignment(MySQLStatementParser.AssignmentContext ctx)
Visit a parse tree produced by
MySQLStatementParser.assignment(). |
T |
MySQLStatementBaseVisitor.visitAssignment(MySQLStatementParser.AssignmentContext ctx)
Visit a parse tree produced by
MySQLStatementParser.assignment(). |
Copyright © 2020 The Apache Software Foundation. All rights reserved.