MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NdbLockHandle Class Reference
Inheritance diagram for NdbLockHandle:
Collaboration diagram for NdbLockHandle:

Public Types

enum  State { FREE, ALLOCATED, PREPARED }

Public Member Functions

 NdbLockHandle (Ndb *)
void init ()
void release (Ndb *ndb)
bool isLockRefValid () const
Uint32 getDistKey () const
const Uint32 * getKeyInfoWords (Uint32 &sz) const
- Public Member Functions inherited from Free_list_element< NdbLockHandle >
void next (NdbLockHandle *obj)
NdbLockHandlenext ()

Public Attributes

State m_state
const NdbTableImplm_table
Uint32 m_lockRef [3]
Uint32 m_openBlobCount
NdbLockHandlethePrev
- Public Attributes inherited from Free_list_element< NdbLockHandle >
NdbLockHandletheNext

Detailed Description

Definition at line 107 of file NdbUtil.hpp.


The documentation for this class was generated from the following files: