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

Static Public Attributes

int MANUAL = 0
 
int SCHEDULED = 1
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 179 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TTableRefreshTimingType._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "MANUAL": 0,
3  "SCHEDULED": 1,
4  }

Definition at line 188 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TTableRefreshTimingType._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "MANUAL",
3  1: "SCHEDULED",
4  }

Definition at line 183 of file ttypes.py.

int heavydb.thrift.ttypes.TTableRefreshTimingType.MANUAL = 0
static

Definition at line 180 of file ttypes.py.

int heavydb.thrift.ttypes.TTableRefreshTimingType.SCHEDULED = 1
static

Definition at line 181 of file ttypes.py.


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