MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.LockMode Enum Reference

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: