|
Terarea
2
The automation project
|
Variables | |
| list | UNWANTED_ARGUMENTS |
| list | RISKY_KEYWORDS |
| list | KEYWORD_LOGIC_GATES |
| str | DATE_ONLY = '%Y-%m-%d' |
| str | DATE_AND_TIME = '%Y-%m-%d %H:%M:%S' |
| str | CONNECTION_FAILED = "Connection to the database is non-existant, aborting command." |
| str | CURSOR_FAILED = "Cursor to the database is non-existant, aborting command." |
| tuple | GET_TABLE_SIZE_ERROR = (-1) |
File in charge of storing information that is required for the sql library, but is constant.
| str src.lib.sql.sql_constants.CONNECTION_FAILED = "Connection to the database is non-existant, aborting command." |
Definition at line 58 of file sql_constants.py.
| str src.lib.sql.sql_constants.CURSOR_FAILED = "Cursor to the database is non-existant, aborting command." |
Definition at line 60 of file sql_constants.py.
| str src.lib.sql.sql_constants.DATE_AND_TIME = '%Y-%m-%d %H:%M:%S' |
Definition at line 55 of file sql_constants.py.
| str src.lib.sql.sql_constants.DATE_ONLY = '%Y-%m-%d' |
Definition at line 53 of file sql_constants.py.
| tuple src.lib.sql.sql_constants.GET_TABLE_SIZE_ERROR = (-1) |
Definition at line 63 of file sql_constants.py.
| list src.lib.sql.sql_constants.KEYWORD_LOGIC_GATES |
Definition at line 46 of file sql_constants.py.
| list src.lib.sql.sql_constants.RISKY_KEYWORDS |
Definition at line 14 of file sql_constants.py.
| list src.lib.sql.sql_constants.UNWANTED_ARGUMENTS |
Definition at line 8 of file sql_constants.py.