InfiniSQL  v0.1.2-alpha
Massive Scale Transaction Processing
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
lockQueueRowEntry Struct Reference

data for transactions waiting to lock a row More...

#include <Table.h>

Public Attributes

int64_t pendingcmdid
 
int64_t tacmdentrypoint
 
int64_t subtransactionid
 
locktype_e locktype
 

Detailed Description

data for transactions waiting to lock a row

Definition at line 62 of file Table.h.

Member Data Documentation

locktype_e lockQueueRowEntry::locktype

Definition at line 67 of file Table.h.

Referenced by Table::assignToLockQueue(), and Table::getrows().

int64_t lockQueueRowEntry::pendingcmdid
int64_t lockQueueRowEntry::subtransactionid
int64_t lockQueueRowEntry::tacmdentrypoint

The documentation for this struct was generated from the following file: