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

Static Public Attributes

int DEFAULT = 0
 
int TEMPORARY = 1
 
int FOREIGN = 2
 
int VIEW = 3
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 143 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TTableType._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "DEFAULT": 0,
3  "TEMPORARY": 1,
4  "FOREIGN": 2,
5  "VIEW": 3,
6  }

Definition at line 156 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TTableType._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "DEFAULT",
3  1: "TEMPORARY",
4  2: "FOREIGN",
5  3: "VIEW",
6  }

Definition at line 149 of file ttypes.py.

int heavydb.thrift.ttypes.TTableType.DEFAULT = 0
static

Definition at line 144 of file ttypes.py.

int heavydb.thrift.ttypes.TTableType.FOREIGN = 2
static

Definition at line 146 of file ttypes.py.

int heavydb.thrift.ttypes.TTableType.TEMPORARY = 1
static

Definition at line 145 of file ttypes.py.

int heavydb.thrift.ttypes.TTableType.VIEW = 3
static

Definition at line 147 of file ttypes.py.


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