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 Detail

      • SDriverHSQL

        public SDriverHSQL()
    • Method Detail

      • driverName

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