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

Static Public Attributes

int AbstractDBObjectType = 0
 
int DatabaseDBObjectType = 1
 
int TableDBObjectType = 2
 
int DashboardDBObjectType = 3
 
int ViewDBObjectType = 4
 
int ServerDBObjectType = 5
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 338 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TDBObjectType._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "AbstractDBObjectType": 0,
3  "DatabaseDBObjectType": 1,
4  "TableDBObjectType": 2,
5  "DashboardDBObjectType": 3,
6  "ViewDBObjectType": 4,
7  "ServerDBObjectType": 5,
8  }

Definition at line 355 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TDBObjectType._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "AbstractDBObjectType",
3  1: "DatabaseDBObjectType",
4  2: "TableDBObjectType",
5  3: "DashboardDBObjectType",
6  4: "ViewDBObjectType",
7  5: "ServerDBObjectType",
8  }

Definition at line 346 of file ttypes.py.

int heavydb.thrift.ttypes.TDBObjectType.AbstractDBObjectType = 0
static

Definition at line 339 of file ttypes.py.

int heavydb.thrift.ttypes.TDBObjectType.DashboardDBObjectType = 3
static

Definition at line 342 of file ttypes.py.

int heavydb.thrift.ttypes.TDBObjectType.DatabaseDBObjectType = 1
static

Definition at line 340 of file ttypes.py.

int heavydb.thrift.ttypes.TDBObjectType.ServerDBObjectType = 5
static

Definition at line 344 of file ttypes.py.

int heavydb.thrift.ttypes.TDBObjectType.TableDBObjectType = 2
static

Definition at line 341 of file ttypes.py.

int heavydb.thrift.ttypes.TDBObjectType.ViewDBObjectType = 4
static

Definition at line 343 of file ttypes.py.


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