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

Static Public Attributes

int TABLE = 0
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 365 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TDataSourceType._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "TABLE": 0,
3  }

Definition at line 372 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TDataSourceType._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "TABLE",
3  }

Definition at line 368 of file ttypes.py.

int heavydb.thrift.ttypes.TDataSourceType.TABLE = 0
static

Definition at line 366 of file ttypes.py.


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