| 程序包 | 说明 |
|---|---|
| io.seata.rm.datasource.exec.mysql | |
| io.seata.rm.datasource.sql.struct |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
MySQLInsertExecutor.canAutoIncrement(Map<String,ColumnMeta> primaryKeyMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
ColumnMeta |
TableMeta.getAutoIncreaseColumn()
Gets auto increase column.
|
ColumnMeta |
TableMeta.getColumnMeta(String colName)
Gets column meta.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,ColumnMeta> |
TableMeta.getAllColumns()
Gets all columns.
|
Map<String,ColumnMeta> |
TableMeta.getPrimaryKeyMap()
Gets primary key map.
|
List<ColumnMeta> |
IndexMeta.getValues()
Gets values.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IndexMeta.setValues(List<ColumnMeta> values)
Sets values.
|
Copyright © 2022 Seata. All rights reserved.