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

Static Public Attributes

int COLUMN = 0
 
int TABLE = 1
 
int VIEW = 2
 
int SCHEMA = 3
 
int CATALOG = 4
 
int REPOSITORY = 5
 
int FUNCTION = 6
 
int KEYWORD = 7
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 19 of file ttypes.py.

Member Data Documentation

dictionary heavydb.completion_hints.ttypes.TCompletionHintType._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "COLUMN": 0,
3  "TABLE": 1,
4  "VIEW": 2,
5  "SCHEMA": 3,
6  "CATALOG": 4,
7  "REPOSITORY": 5,
8  "FUNCTION": 6,
9  "KEYWORD": 7,
10  }

Definition at line 40 of file ttypes.py.

dictionary heavydb.completion_hints.ttypes.TCompletionHintType._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "COLUMN",
3  1: "TABLE",
4  2: "VIEW",
5  3: "SCHEMA",
6  4: "CATALOG",
7  5: "REPOSITORY",
8  6: "FUNCTION",
9  7: "KEYWORD",
10  }

Definition at line 29 of file ttypes.py.

int heavydb.completion_hints.ttypes.TCompletionHintType.CATALOG = 4
static

Definition at line 24 of file ttypes.py.

int heavydb.completion_hints.ttypes.TCompletionHintType.COLUMN = 0
static

Definition at line 20 of file ttypes.py.

int heavydb.completion_hints.ttypes.TCompletionHintType.FUNCTION = 6
static

Definition at line 26 of file ttypes.py.

int heavydb.completion_hints.ttypes.TCompletionHintType.KEYWORD = 7
static

Definition at line 27 of file ttypes.py.

int heavydb.completion_hints.ttypes.TCompletionHintType.REPOSITORY = 5
static

Definition at line 25 of file ttypes.py.

int heavydb.completion_hints.ttypes.TCompletionHintType.SCHEMA = 3
static

Definition at line 23 of file ttypes.py.

int heavydb.completion_hints.ttypes.TCompletionHintType.TABLE = 1
static

Definition at line 21 of file ttypes.py.

int heavydb.completion_hints.ttypes.TCompletionHintType.VIEW = 2
static

Definition at line 22 of file ttypes.py.


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