TestDatabaseEventListener

Tests the DatabaseEventListener interface.

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 test()
void test() throws SQLException

Fields
static boolean calledClosingDatabase
static boolean calledCreateIndex
static boolean calledOpened
static boolean calledScan
static boolean calledStatementEnd
static boolean calledStatementProgress
static boolean calledStatementStart

calledClosingDatabase

A flag to mark that the given method was called.

calledCreateIndex

A flag to mark that the given method was called.

calledOpened

A flag to mark that the given method was called.

calledScan

A flag to mark that the given method was called.

calledStatementEnd

A flag to mark that the given method was called.

calledStatementProgress

A flag to mark that the given method was called.

calledStatementStart

A flag to mark that the given method was called.