Classes | |
class | SQLiteError |
class | Pipeline |
The Pipeline object defines the envelop for running C++ transformers from Python. More... | |
Variables | |
argtypes | |
restype | |
int | SQL_ERRORSHIFT = 10000 |
int | LOGIC_ERRORSHIFT = 20000 |
SQLamarr.Pipeline.argtypes |
Definition at line 17 of file Pipeline.py.
int SQLamarr.Pipeline.LOGIC_ERRORSHIFT = 20000 |
Definition at line 21 of file Pipeline.py.
SQLamarr.Pipeline.restype |
Definition at line 18 of file Pipeline.py.
int SQLamarr.Pipeline.SQL_ERRORSHIFT = 10000 |
Definition at line 20 of file Pipeline.py.