Class PostgreSQLAgroalConnectionConfigurer

java.lang.Object
io.quarkus.jdbc.postgresql.runtime.PostgreSQLAgroalConnectionConfigurer
All Implemented Interfaces:
AgroalConnectionConfigurer

@JdbcDriver("postgresql") public class PostgreSQLAgroalConnectionConfigurer extends Object implements AgroalConnectionConfigurer
  • Constructor Details

    • PostgreSQLAgroalConnectionConfigurer

      public PostgreSQLAgroalConnectionConfigurer()
  • Method Details

    • disableSslSupport

      public void disableSslSupport(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration)
      Specified by:
      disableSslSupport in interface AgroalConnectionConfigurer
    • setExceptionSorter

      public void setExceptionSorter(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration)
      Specified by:
      setExceptionSorter in interface AgroalConnectionConfigurer