TestRunscript

Tests the RUNSCRIPT SQL statement.

Methods
static void main(String... a)
Run just this test.
static void main(String... a) throws Exception
Run just this test.
Parameters:
a - ignored
static int test(int a)
This method is called via reflection from the database.
static int test(int a)
This method is called via reflection from the database.
Parameters:
a - the value
Returns:
the absolute value
void close()
void close()
void fire(Connection conn, Object[] oldRow, Object[] newRow)
void fire(Connection conn, Object[] oldRow, Object[] newRow)
void init(Connection conn, String schemaName, String triggerName, String tableName, boolean before, int type)
void init(Connection conn, String schemaName, String triggerName, String tableName, boolean before, int type)
void remove()
void remove()
void test()
void test() throws Exception