Public Attributes |
| SHARED |
| EXCLUSIVE |
| READ_COMMITTED |
Detailed Description
Lock modes for read operations.
-
SHARED: Set a shared lock on rows
-
EXCLUSIVE: Set an exclusive lock on rows
-
READ_COMMITTED: Set no locks but read the most recent committed values
Definition at line 26 of file LockMode.java.
The documentation for this enum was generated from the following file:
- storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/LockMode.java