Class SDriverHSQL

Direct Known Subclasses:
HsqlDbDriver

public class SDriverHSQL extends SDriverHSQLH2
This contains HSQL specific code. Note that this toy database does not support locking, so is not safe in multi user mode even with optimistic locking. See SDriver.supportsLocking().
  • Constructor Details

    • SDriverHSQL

      public SDriverHSQL()
  • Method Details

    • driverName

      protected String driverName()
      Description copied from class: SDriver
      The driver name to be compared to getMetaData().getDriverName()
      Overrides:
      driverName in class SDriver