| Package | Description |
|---|---|
| io.seata.sqlparser | |
| io.seata.sqlparser.struct | |
| io.seata.sqlparser.util |
| Modifier and Type | Method and Description |
|---|---|
default String |
EscapeHandler.addColNameEscape(String colName,
TableMeta tableMeta)
add escape if colName is keywords
|
boolean |
EscapeHandler.checkIfNeedEscape(String columnName,
TableMeta tableMeta)
check whether given field or table name use keywords.
|
| Modifier and Type | Method and Description |
|---|---|
TableMeta |
TableMetaCache.getTableMeta(Connection connection,
String tableName,
String resourceId)
Gets table meta.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ColumnUtils.addEscape(String colName,
String dbType,
TableMeta tableMeta)
if necessary, add escape
|
Copyright © 2023 Seata. All rights reserved.