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

Class for non-transactional, user and schema-related activities, such as login, createuser, createtable, and so on. More...

#include "gch.h"
#include "TransactionAgent.h"
Include dependency graph for Operation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  schemastruct
 state information for Operations between TransactionAgent and UserSchemaMgr More...
 
class  Operation
 non-transactional user and schema-related activity More...
 

Enumerations

enum  state_schema_e { usm, tasengines }
 likely not used More...
 

Detailed Description

Class for non-transactional, user and schema-related activities, such as login, createuser, createtable, and so on.

Author
Mark Travis mtrav.nosp@m.is15.nosp@m.432+s.nosp@m.rc@g.nosp@m.mail..nosp@m.com
Date
Tue Dec 17 13:37:35 2013

Definition in file Operation.h.

Enumeration Type Documentation

likely not used

Enumerator
usm 
tasengines 

Definition at line 39 of file Operation.h.

39 { usm, tasengines };