TestTriggersConstraints
Tests for trigger and constraints.
| Methods |
| static void |
main(String... a)
Run just this test.
|
| static void |
main(String... a) throws Exception
Run just this test.
Parameters:
a - ignored
|
| void |
close()
|
| void |
close()
|
| void |
fire(Connection conn, Object[] oldRow, Object[] newRow)
|
| void |
fire(Connection conn, Object[] oldRow, Object[] newRow) throws SQLException
|
| void |
init(Connection conn, String schemaName, String trigger, String tableName, boolean before, int type)
|
| void |
init(Connection conn, String schemaName, String trigger, String tableName, boolean before, int type)
|
| void |
remove()
|
| void |
remove()
|
| void |
test()
|
| void |
test() throws Exception
|
|