Class HSQLDBAdapter

  • All Implemented Interfaces:
    DbAdapter
    Direct Known Subclasses:
    HSQLDBNoSchemaAdapter

    public class HSQLDBAdapter
    extends JdbcAdapter
    DbAdapter implementation for the HSQLDB RDBMS . Sample connection settings to use with HSQLDB are shown below:
            test-hsqldb.jdbc.username = test
            test-hsqldb.jdbc.password = secret
            test-hsqldb.jdbc.url = jdbc:hsqldb:hsql://serverhostname
            test-hsqldb.jdbc.driver = org.hsqldb.jdbcDriver