Package io.quarkus.jdbc.mssql.runtime
Class MsSQLAgroalConnectionConfigurer
java.lang.Object
io.quarkus.jdbc.mssql.runtime.MsSQLAgroalConnectionConfigurer
- All Implemented Interfaces:
AgroalConnectionConfigurer
@JdbcDriver("mssql")
public class MsSQLAgroalConnectionConfigurer
extends Object
implements AgroalConnectionConfigurer
-
Field Summary
Fields inherited from interface io.quarkus.agroal.runtime.AgroalConnectionConfigurer
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddisableSslSupport(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration) voidsetExceptionSorter(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration)
-
Constructor Details
-
MsSQLAgroalConnectionConfigurer
public MsSQLAgroalConnectionConfigurer()
-
-
Method Details
-
disableSslSupport
public void disableSslSupport(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration) - Specified by:
disableSslSupportin interfaceAgroalConnectionConfigurer
-
setExceptionSorter
public void setExceptionSorter(String databaseKind, io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier dataSourceConfiguration) - Specified by:
setExceptionSorterin interfaceAgroalConnectionConfigurer
-