InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
Class which performs transactions. Associated with the TransactionAgent which connected to the client that initiated the request. More...
Go to the source code of this file.
Classes | |
struct | indexInfo_s |
characteristics for activities performed on index entries More... | |
class | Transaction |
create Transaction object More... | |
struct | Transaction::sqlcmdstate_s |
state for pending SQL commands More... | |
struct | Transaction::cmdState_s |
state for pending transactional activities More... | |
Typedefs | |
typedef void(ApiInterface::* | apifPtr )(int64_t, void *) |
typedef void(Statement::* | statementfPtr )(int64_t, void *) |
Class which performs transactions. Associated with the TransactionAgent which connected to the client that initiated the request.
Definition in file Transaction.h.
typedef void(ApiInterface::* apifPtr)(int64_t, void *) |
Definition at line 39 of file Transaction.h.
typedef void(Statement::* statementfPtr)(int64_t, void *) |
Definition at line 41 of file Transaction.h.