| Package | Description |
|---|---|
| io.seata.sqlparser.struct |
| Modifier and Type | Method and Description |
|---|---|
IndexType |
IndexMeta.getIndextype()
Gets indextype.
|
static IndexType |
IndexType.valueOf(int i)
Value of index type.
|
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexMeta.setIndextype(IndexType indextype)
Sets indextype.
|
Copyright © 2023 Seata. All rights reserved.