Overview of lock functions
seekdb supports the following lock functions:
| Function | Description |
|---|---|
| GET_LOCK | Gets a named lock. |
| IS_FREE_LOCK | Checks whether the specified lock is free. |
| IS_USED_LOCK | Checks whether the specified lock is in use. |
| RELEASE_ALL_LOCKS | Releases all locks held by the current session. |
| RELEASE_LOCK | Releases the specified lock. |