public interface DistributedLockSql
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getInsertSql(String distributedLockTable)
Get insert distribute lock sql
|
String |
getSelectDistributeForUpdateSql(String distributedLockTable)
Get the select distribute lock sql
|
String |
getUpdateSql(String distributedLockTable)
Get update distribute lock sql
|
String getSelectDistributeForUpdateSql(String distributedLockTable)
distributedLockTable - the table name of the distribute lock tableString getInsertSql(String distributedLockTable)
distributedLockTable - the table name of the distribute lock tableCopyright © 2022 Seata. All rights reserved.