InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
orphan More...
#include <TransactionAgent.h>
Public Attributes | |
idlcmd_e | cmd |
bool | isrow |
int64_t | rowid |
int64_t | tableid |
std::string | row |
locktype_e | locktype |
int64_t | fieldid |
fieldValue_s | fieldVal |
int64_t | pendingcmdid |
orphan
Definition at line 77 of file TransactionAgent.h.
idlcmd_e idl::cmd |
Definition at line 79 of file TransactionAgent.h.
int64_t idl::fieldid |
Definition at line 88 of file TransactionAgent.h.
fieldValue_s idl::fieldVal |
Definition at line 89 of file TransactionAgent.h.
bool idl::isrow |
Definition at line 80 of file TransactionAgent.h.
locktype_e idl::locktype |
Definition at line 85 of file TransactionAgent.h.
int64_t idl::pendingcmdid |
Definition at line 91 of file TransactionAgent.h.
std::string idl::row |
Definition at line 84 of file TransactionAgent.h.
int64_t idl::rowid |
Definition at line 82 of file TransactionAgent.h.
int64_t idl::tableid |
Definition at line 83 of file TransactionAgent.h.