Class PostgreSQLAgroalConnectionConfigurer

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

@JdbcDriver("postgresql") public class PostgreSQLAgroalConnectionConfigurer extends Object implements io.quarkus.agroal.runtime.AgroalConnectionConfigurer
  • Field Summary

    Fields inherited from interface io.quarkus.agroal.runtime.AgroalConnectionConfigurer

    log
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    disableSslSupport(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration, Map<String,String> additionalProperties)
     
    void
    setExceptionSorter(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.quarkus.agroal.runtime.AgroalConnectionConfigurer

    disableSslSupport
  • Constructor Details

    • PostgreSQLAgroalConnectionConfigurer

      public PostgreSQLAgroalConnectionConfigurer()
  • Method Details

    • disableSslSupport

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

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