, ( , ), , HSQL " " ( , " ", is sa). . ( ) , . , SA, , , " ". ( ).
( , , ), :
// change the MySpecialTestDb String for multiple different in memory databases
// or reuse the same value
// to reconnect to a previously created in memory database [i.e. within the same process previously].
String DB_CONNECTION_STR = "jdbc:hsqldb:mem:MySpecialTestDb";
String DB_USERNAME_STR = "sa";
String DB_USERNAME_PASSWORD = "";
DriverManager.getConnection(DB_CONNECTION_STR, DB_USERNAME_STR, DB_USERNAME_PASSWORD);
ref: http://www.hsqldb.org/doc/1.8/guide/guide.html#advanced-chapter
, "reset" , , unit test, . .