OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
heavydb.thrift.ttypes.TQueryType Class Reference
+ Inheritance diagram for heavydb.thrift.ttypes.TQueryType:
+ Collaboration diagram for heavydb.thrift.ttypes.TQueryType:

Static Public Attributes

int UNKNOWN = 0
 
int READ = 1
 
int WRITE = 2
 
int SCHEMA_READ = 3
 
int SCHEMA_WRITE = 4
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 278 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TQueryType._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "UNKNOWN": 0,
3  "READ": 1,
4  "WRITE": 2,
5  "SCHEMA_READ": 3,
6  "SCHEMA_WRITE": 4,
7  }

Definition at line 293 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TQueryType._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "UNKNOWN",
3  1: "READ",
4  2: "WRITE",
5  3: "SCHEMA_READ",
6  4: "SCHEMA_WRITE",
7  }

Definition at line 285 of file ttypes.py.

int heavydb.thrift.ttypes.TQueryType.READ = 1
static

Definition at line 280 of file ttypes.py.

int heavydb.thrift.ttypes.TQueryType.SCHEMA_READ = 3
static

Definition at line 282 of file ttypes.py.

int heavydb.thrift.ttypes.TQueryType.SCHEMA_WRITE = 4
static

Definition at line 283 of file ttypes.py.

int heavydb.thrift.ttypes.TQueryType.UNKNOWN = 0
static

Definition at line 279 of file ttypes.py.

int heavydb.thrift.ttypes.TQueryType.WRITE = 2
static

Definition at line 281 of file ttypes.py.


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