Definition at line 338 of file ttypes.py.
dictionary heavydb.thrift.ttypes.TDBObjectType._NAMES_TO_VALUES |
|
staticprivate |
Initial value:
2 "AbstractDBObjectType": 0,
3 "DatabaseDBObjectType": 1,
4 "TableDBObjectType": 2,
5 "DashboardDBObjectType": 3,
7 "ServerDBObjectType": 5,
Definition at line 355 of file ttypes.py.
dictionary heavydb.thrift.ttypes.TDBObjectType._VALUES_TO_NAMES |
|
staticprivate |
Initial value:
2 0:
"AbstractDBObjectType",
3 1:
"DatabaseDBObjectType",
4 2:
"TableDBObjectType",
5 3:
"DashboardDBObjectType",
7 5:
"ServerDBObjectType",
Definition at line 346 of file ttypes.py.
int heavydb.thrift.ttypes.TDBObjectType.AbstractDBObjectType = 0 |
|
static |
int heavydb.thrift.ttypes.TDBObjectType.DashboardDBObjectType = 3 |
|
static |
int heavydb.thrift.ttypes.TDBObjectType.DatabaseDBObjectType = 1 |
|
static |
int heavydb.thrift.ttypes.TDBObjectType.ServerDBObjectType = 5 |
|
static |
int heavydb.thrift.ttypes.TDBObjectType.TableDBObjectType = 2 |
|
static |
int heavydb.thrift.ttypes.TDBObjectType.ViewDBObjectType = 4 |
|
static |
The documentation for this class was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/python/heavydb/thrift/ttypes.py