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 Constructor Description DB2AgroalConnectionConfigurer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetExceptionSorter(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
-
-
-
-
Method Detail
-
setExceptionSorter
public void setExceptionSorter(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration)
- Specified by:
setExceptionSorterin interfaceAgroalConnectionConfigurer
-
-