| Package | Description |
|---|---|
| io.seata.sqlparser.struct |
| 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.