|
Class Summary |
| TestCacheSize |
Test large cached tables by setting up a cached table of 100000 records
or more and a much smaller memory table with about 1/100th rows used. |
| TestCascade |
Test case to demonstrate catastrophic bug in cascade delete code. |
| TestHsql |
Main test class, containing several JDBC and script based tests to
verify correct operation of the engine.
|
| TestInstantiation |
Test the HsqlServerFactory interface. |
| TestMultipleConnections |
|
| TestQuotes |
Test handling of quote characters in strings |
| TestSql |
Test sql statements via jdbc against in-memory database |
| TestSqlPersistent |
Test sql statements via jdbc against a persistent database |
| TestSubselect |
Test cases for HSQL subselects. |
| TestTextTables |
Test large cached tables by setting up a cached table of 100000 records
or more and a much smaller memory table with about 1/100th rows used. |