OmniSciDB
a5dc49c757
|
Functions | |
def | test_failed_init |
Check init with wrong parameter. More... | |
def | test_success_init |
Check init with right parameters. More... | |
def | test_success_DDL |
Check DDL statement. More... | |
def | test_failed_DDL |
Check creating a duplicate table. More... | |
def | test_success_DML |
Check right DML statement. More... | |
def | test_failed_DML |
Check wrong DML statement. More... | |
def | test_zero_division |
Check zero division exception. More... | |
def | test_double_init |
Check double init exception. More... | |
Variables | |
string | data_path = "dbe_test_data" |
engine = None | |
def test_exceptions.test_double_init | ( | ) |
Check double init exception.
Definition at line 70 of file test_exceptions.py.
def test_exceptions.test_failed_DDL | ( | ) |
Check creating a duplicate table.
Definition at line 42 of file test_exceptions.py.
def test_exceptions.test_failed_DML | ( | ) |
Check wrong DML statement.
Definition at line 58 of file test_exceptions.py.
def test_exceptions.test_failed_init | ( | ) |
Check init with wrong parameter.
Definition at line 16 of file test_exceptions.py.
def test_exceptions.test_success_DDL | ( | ) |
Check DDL statement.
Definition at line 36 of file test_exceptions.py.
def test_exceptions.test_success_DML | ( | ) |
Check right DML statement.
Definition at line 48 of file test_exceptions.py.
def test_exceptions.test_success_init | ( | ) |
Check init with right parameters.
Definition at line 28 of file test_exceptions.py.
def test_exceptions.test_zero_division | ( | ) |
Check zero division exception.
Definition at line 64 of file test_exceptions.py.
string test_exceptions.data_path = "dbe_test_data" |
Definition at line 13 of file test_exceptions.py.
Referenced by DBHandler.initialize(), main(), and CommandLineOptions.validate().
test_exceptions.engine = None |
Definition at line 33 of file test_exceptions.py.
Referenced by EmbeddedDatabase::DBEngine.create(), EmbeddedDatabase::DBEngine.executeDDL(), EmbeddedDatabase::DBEngine.executeDML(), EmbeddedDatabase::DBEngine.executeRA(), EmbeddedDatabase::DBEngine.getTableDetails(), EmbeddedDatabase::DBEngine.getTables(), EmbeddedDatabase::DBEngine.importArrowTable(), EmbeddedDatabase::DBEngine.login(), and EmbeddedDatabase::DBEngine.setDatabase().