Class HsqldbConnection

All Implemented Interfaces:
IDatabaseConnection

public class HsqldbConnection extends DatabaseConnection
DatabaseConnection specialization that configures HSQLDB-specific connection behavior.
Since:
2.2.0
Version:
$Revision$ $Date$
Author:
Klas Axell, Last changed by: $Author$
  • Constructor Details

    • HsqldbConnection

      public HsqldbConnection(Connection connection, String schema) throws DatabaseUnitException
      Creates an HSQLDB connection, pre-configuring the HSQLDB-specific data type factory.
      Parameters:
      connection - the adapted JDBC connection.
      schema - the database schema.
      Throws:
      DatabaseUnitException - if the connection cannot be adapted.