Class JdbcHsqlDbDialect

All Implemented Interfaces:
JdbcDialect, Dialect

public class JdbcHsqlDbDialect extends HsqlDbDialect implements JdbcDialect
JDBC-specific HsqlDB Dialect.
Since:
3.5
Author:
Mikhail Polivakha
  • Field Details

  • Constructor Details

    • JdbcHsqlDbDialect

      public JdbcHsqlDbDialect()
  • Method Details

    • getArraySupport

      public JdbcArrayColumns getArraySupport()
      Description copied from interface: JdbcDialect
      Returns the JDBC specific array support object that describes how array-typed columns are supported by this dialect.
      Specified by:
      getArraySupport in interface Dialect
      Specified by:
      getArraySupport in interface JdbcDialect
      Returns:
      the JDBC specific array support object that describes how array-typed columns are supported by this dialect.