Interface JdbcDialect

All Superinterfaces:
Dialect
All Known Implementing Classes:
JdbcDb2Dialect, JdbcH2Dialect, JdbcHsqlDbDialect, JdbcMariaDbDialect, JdbcMySqlDialect, JdbcOracleDialect, JdbcPostgresDialect, JdbcSqlServerDialect

public interface JdbcDialect extends Dialect
ArrayColumns that offer JDBC specific functionality.
Since:
2.3
Author:
Jens Schauder, Mikhail Polivakha
  • Method Details

    • getArraySupport

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