Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hsqldb.test: Javadoc index of package org.hsqldb.test.


Package Samples:

org.hsqldb.test

Classes:

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. Populate both tables so that an indexed column of the cached table has a foreign key reference to the main table. This database can be used to demonstrate efficient queries to retrieve the data from the cached table. insert timings for 100000 rows, cache scale 12: simple table, no extra index: 52 s with index on lastname only: 56 s with index on zip only: 211 s foreign key, referential_integrity true: 216 s
TestHsql: Main test class, containing several JDBC and script based tests to verify correct operation of the engine.<br? This is based on TestSelf.java but does not have all the tests.
TestInstantiation: Test the HsqlServerFactory interface. After running, connect to the server at port 9999 using the database manager.
TestSelf: Main test class, containing several JDBC and script based tests to verify correct operation of the engine.
TestCascade: Test case to demonstrate catastrophic bug in cascade delete code.
TestSqlPersistent: Test sql statements via jdbc against a persistent database
TestSql: Test sql statements via jdbc against in-memory database
TestQuotes: Test handling of quote characters in strings
TestSubselect: Test cases for HSQL subselects.
JDBCBench
TestMultipleConnections

Home | Contact Us | Privacy Policy | Terms of Service