public interface LockStoreSql
| Modifier and Type | Method and Description |
|---|---|
String |
getAllLockSql(String lockTable,
String whereCondition)
Get all lock sql string.
|
String |
getBatchDeleteLockSql(String lockTable,
int rowSize)
Get batch delete lock sql string.
|
String |
getBatchDeleteLockSqlByBranchId(String lockTable)
Get batch delete lock sql string.
|
String |
getBatchDeleteLockSqlByXid(String lockTable)
Get batch delete lock sql string.
|
String |
getBatchUpdateStatusLockByGlobalSql(String lockTable)
get batch update status lock by global sql
|
String |
getCheckLockableSql(String lockTable,
int rowSize)
Get check lock sql string.
|
String |
getDeleteLockSql(String lockTable)
Get delete lock sql string.
|
String |
getInsertLockSQL(String lockTable)
Get insert lock sql string.
|
String |
getQueryLockSql(String lockTable)
Get query lock sql string.
|
String getAllLockSql(String lockTable, String whereCondition)
lockTable - the lock tablewhereCondition - where conditionString getInsertLockSQL(String lockTable)
lockTable - the lock tableString getDeleteLockSql(String lockTable)
lockTable - the lock tableString getBatchDeleteLockSql(String lockTable, int rowSize)
lockTable - the lock tablerowSize - the size of rowkeyString getBatchDeleteLockSqlByBranchId(String lockTable)
lockTable - the lock tableString getBatchDeleteLockSqlByXid(String lockTable)
lockTable - the lock tableString getQueryLockSql(String lockTable)
lockTable - the lock tableString getCheckLockableSql(String lockTable, int rowSize)
lockTable - the lock tablerowSize - the size of rowkeyCopyright © 2023 Seata. All rights reserved.