public interface LockStoreSql
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAllLockSql(String lockTable,
String whereCondition)
Get all lock sql string.
|
String |
getBatchDeleteLockSql(String lockTable,
int rowSize)
Get batch delete lock sql string.
|
String |
getBatchDeleteLockSqlByBranch(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 getBatchDeleteLockSqlByBranch(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 © 2022 Seata. All rights reserved.