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