| Package | Description |
|---|---|
| io.seata.rm.datasource.exec.mysql | |
| io.seata.rm.datasource.sql.struct.cache | |
| io.seata.sqlparser.struct |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MySQLInsertExecutor.canAutoIncrement(Map<String,ColumnMeta> primaryKeyMap) |
| Modifier and Type | Method and Description |
|---|---|
protected ColumnMeta |
DmTableMetaCache.toColumnMeta(ResultSet rs) |
| Modifier and Type | Method and Description |
|---|---|
protected IndexMeta |
DmTableMetaCache.toIndexMeta(ResultSet rs,
String indexName,
ColumnMeta columnMeta) |
| Modifier and Type | Method and Description |
|---|---|
ColumnMeta |
TableMeta.getAutoIncreaseColumn()
Gets auto increase column.
|
ColumnMeta |
TableMeta.getColumnMeta(String colName)
Gets column meta.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ColumnMeta> |
TableMeta.getAllColumns()
Gets all columns.
|
Map<String,ColumnMeta> |
TableMeta.getPrimaryKeyMap()
Gets primary key map.
|
List<ColumnMeta> |
IndexMeta.getValues()
Gets values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexMeta.setValues(List<ColumnMeta> values)
Sets values.
|
Copyright © 2023 Seata. All rights reserved.