| Package | Description |
|---|---|
| io.seata.sqlparser.util |
| Modifier and Type | Method and Description |
|---|---|
static ColumnUtils.Escape |
ColumnUtils.Escape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnUtils.Escape[] |
ColumnUtils.Escape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ColumnUtils.delEscape(List<String> cols,
ColumnUtils.Escape escape)
del escape
|
static String |
ColumnUtils.delEscape(String colName,
ColumnUtils.Escape escape)
del escape by escape
|
Copyright © 2022 Seata. All rights reserved.