Class JdbcH2Dialect

All Implemented Interfaces:
JdbcDialect, Dialect

public class JdbcH2Dialect extends H2Dialect implements JdbcDialect
JDBC-specific H2 Dialect.
Since:
3.5
Author:
Mikhail Polivakha
  • Field Details

  • Constructor Details

    • JdbcH2Dialect

      public JdbcH2Dialect()
  • 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
      Overrides:
      getArraySupport in class H2Dialect
      Returns:
      the JDBC specific array support object that describes how array-typed columns are supported by this dialect.