public interface SQLUpdateRecognizer extends WhereRecognizer
| Modifier and Type | Field and Description |
|---|---|
static String |
MULTI_TABLE_NAME_SEPERATOR |
| Modifier and Type | Method and Description |
|---|---|
default String |
getTableAlias(String tableName)
Gets update join item table name
|
List<String> |
getUpdateColumns()
Gets update columns.
|
List<String> |
getUpdateColumnsUnEscape()
Gets update columns is Simplified.
|
List<Object> |
getUpdateValues()
Gets update values.
|
getLimitCondition, getLimitCondition, getOrderByCondition, getOrderByCondition, getWhereCondition, getWhereConditiongetOriginalSQL, getSQLType, getTableAlias, getTableName, isSqlSyntaxSupportsstatic final String MULTI_TABLE_NAME_SEPERATOR
Copyright © 2023 Seata. All rights reserved.