Class PostgreSQLAgroalConnectionConfigurer
java.lang.Object
io.quarkus.jdbc.postgresql.runtime.PostgreSQLAgroalConnectionConfigurer
- All Implemented Interfaces:
AgroalConnectionConfigurer
@JdbcDriver("postgresql")
public class PostgreSQLAgroalConnectionConfigurer
extends Object
implements AgroalConnectionConfigurer
-
Field Summary
Fields inherited from interface io.quarkus.agroal.runtime.AgroalConnectionConfigurer
log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 interfaceAgroalConnectionConfigurer
-
setExceptionSorter
public void setExceptionSorter(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration) - Specified by:
setExceptionSorter
in interfaceAgroalConnectionConfigurer
-