Class HsqlDbDriver

    • Constructor Detail

      • HsqlDbDriver

        public HsqlDbDriver()
    • Method Detail

      • columnTypeSQL

        protected java.lang.String columnTypeSQL​(SFieldScalar field,
                                                 java.lang.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 java.lang.String getColumnTypeSql​(SFieldScalar field)