Interface JdbcDialect

All Superinterfaces:
Dialect
All Known Implementing Classes:
JdbcPostgresDialect

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

    • getArraySupport

      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.