InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
MessageUserSchema POD (serializable by memcpy) data members. More...
#include <Message.h>
Public Attributes | |
operationtype_e | operationtype |
int8_t | caller |
int8_t | callerstate |
int64_t | argsize |
int64_t | instance |
int64_t | operationid |
int64_t | domainid |
int64_t | userid |
int64_t | tableid |
int64_t | fieldlen |
int64_t | builtincmd |
int64_t | indexid |
int64_t | tableindexid |
int64_t | simple |
int64_t | fieldid |
int64_t | numfields |
int64_t | intdata |
int64_t | status |
indextype_e | indextype |
fieldtype_e | fieldtype |
MessageUserSchema POD (serializable by memcpy) data members.
int64_t MessageUserSchema::userschema_s::argsize |
Definition at line 245 of file Message.h.
Referenced by Engine::Engine(), TransactionAgent::schemaBoilerplate(), and UserSchemaMgr::UserSchemaMgr().
int64_t MessageUserSchema::userschema_s::builtincmd |
Definition at line 252 of file Message.h.
Referenced by Engine::Engine(), TransactionAgent::schemaBoilerplate(), TransactionAgent::TransactionAgent(), and UserSchemaMgr::UserSchemaMgr().
int8_t MessageUserSchema::userschema_s::caller |
Definition at line 243 of file Message.h.
Referenced by Pg::cont(), Operation::handleOperation(), and UserSchemaMgr::operationHandler().
int8_t MessageUserSchema::userschema_s::callerstate |
Definition at line 244 of file Message.h.
Referenced by Pg::cont(), Operation::handleOperation(), and UserSchemaMgr::operationHandler().
int64_t MessageUserSchema::userschema_s::domainid |
Definition at line 248 of file Message.h.
Referenced by TransactionAgent::addcolumn(), TransactionAgent::compile(), Pg::continueLogin(), createSchema(), Engine::createtable(), TransactionAgent::createtable(), Engine::Engine(), TransactionAgent::login(), TransactionAgent::newprocedure(), TransactionAgent::newstatement(), replyTa(), TransactionAgent::schemaBoilerplate(), TransactionAgent::TAaddcolumn(), TransactionAgent::TAcreatetable(), TransactionAgent::TransactionAgent(), UserSchemaMgr::UserSchemaMgr(), and TransactionAgent::usmReply().
int64_t MessageUserSchema::userschema_s::fieldid |
Definition at line 256 of file Message.h.
Referenced by Engine::addcolumn(), TransactionAgent::addcolumn(), TransactionAgent::schemaBoilerplate(), TransactionAgent::TAaddcolumn(), and TransactionAgent::TransactionAgent().
int64_t MessageUserSchema::userschema_s::fieldlen |
Definition at line 251 of file Message.h.
Referenced by Engine::addcolumn(), TransactionAgent::schemaBoilerplate(), and TransactionAgent::TAaddcolumn().
fieldtype_e MessageUserSchema::userschema_s::fieldtype |
Definition at line 261 of file Message.h.
Referenced by Engine::addcolumn(), TransactionAgent::schemaBoilerplate(), and TransactionAgent::TAaddcolumn().
int64_t MessageUserSchema::userschema_s::indexid |
Definition at line 253 of file Message.h.
Referenced by TransactionAgent::schemaBoilerplate().
indextype_e MessageUserSchema::userschema_s::indextype |
Definition at line 260 of file Message.h.
Referenced by Engine::addcolumn(), TransactionAgent::schemaBoilerplate(), and TransactionAgent::TAaddcolumn().
int64_t MessageUserSchema::userschema_s::instance |
Definition at line 246 of file Message.h.
Referenced by TransactionAgent::schemaBoilerplate(), TransactionAgent::TransactionAgent(), and UserSchemaMgr::UserSchemaMgr().
int64_t MessageUserSchema::userschema_s::intdata |
Definition at line 258 of file Message.h.
Referenced by TransactionAgent::newprocedure().
int64_t MessageUserSchema::userschema_s::numfields |
Definition at line 257 of file Message.h.
Referenced by TransactionAgent::schemaBoilerplate().
int64_t MessageUserSchema::userschema_s::operationid |
Definition at line 247 of file Message.h.
Referenced by Pg::cont(), Engine::Engine(), UserSchemaMgr::operationHandler(), replyTa(), TransactionAgent::schemaBoilerplate(), TransactionAgent::TransactionAgent(), UserSchemaMgr::UserSchemaMgr(), and TransactionAgent::usmReply().
operationtype_e MessageUserSchema::userschema_s::operationtype |
Definition at line 242 of file Message.h.
Referenced by Pg::cont(), and UserSchemaMgr::operationHandler().
int64_t MessageUserSchema::userschema_s::simple |
Definition at line 255 of file Message.h.
Referenced by TransactionAgent::schemaBoilerplate().
int64_t MessageUserSchema::userschema_s::status |
Definition at line 259 of file Message.h.
Referenced by Pg::continueLogin(), replyTa(), TransactionAgent::schemaBoilerplate(), and TransactionAgent::usmReply().
int64_t MessageUserSchema::userschema_s::tableid |
Definition at line 250 of file Message.h.
Referenced by Engine::addcolumn(), TransactionAgent::addcolumn(), Engine::createtable(), TransactionAgent::createtable(), TransactionAgent::schemaBoilerplate(), TransactionAgent::TAaddcolumn(), TransactionAgent::TAcreatetable(), and TransactionAgent::TransactionAgent().
int64_t MessageUserSchema::userschema_s::tableindexid |
Definition at line 254 of file Message.h.
Referenced by TransactionAgent::schemaBoilerplate().
int64_t MessageUserSchema::userschema_s::userid |
Definition at line 249 of file Message.h.
Referenced by Pg::continueLogin(), Engine::Engine(), TransactionAgent::login(), replyTa(), UserSchemaMgr::UserSchemaMgr(), and TransactionAgent::usmReply().