java.lang.Object
simpleorm.sessionjdbc.SDriver
simpleorm.drivers.SDriverHSQLH2
simpleorm.drivers.SDriverHSQL
com.inductiveautomation.ignition.gateway.localdb.hsql.HsqlDbDriver

public class HsqlDbDriver extends SDriverHSQL
  • Constructor Details

    • HsqlDbDriver

      public HsqlDbDriver()
  • Method Details

    • columnTypeSQL

      protected String columnTypeSQL(SFieldScalar field, String defalt)
      Description copied from class: SDriver
      Used to override the default. ONLY called if no fld.defaultSqlDataType has been specified, ie. only used to override the SFieldScalar.defaultSqlDataType.
      Overrides:
      columnTypeSQL in class SDriverHSQLH2
    • getColumnTypeSql

      public static String getColumnTypeSql(SFieldScalar field)