public interface DistributedLockSql
| Modifier and Type | Method and Description |
|---|---|
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 © 2023 Seata. All rights reserved.