Package io.quarkus.agroal.runtime
Class UnconfiguredDataSource
java.lang.Object
io.quarkus.agroal.runtime.UnconfiguredDataSource
- All Implemented Interfaces:
io.agroal.api.AgroalDataSource,Serializable,AutoCloseable,Wrapper,CommonDataSource,DataSource
@Deprecated(forRemoval=true)
public class UnconfiguredDataSource
extends Object
implements io.agroal.api.AgroalDataSource
Deprecated, for removal: This API element is subject to removal in a future version.
This is never instantiated by Quarkus. Do not use.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.agroal.api.AgroalDataSource
io.agroal.api.AgroalDataSource.FlushMode -
Constructor Summary
ConstructorsConstructorDescriptionUnconfiguredDataSource(String errorMessage) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated, for removal: This API element is subject to removal in a future version.voidflush(io.agroal.api.AgroalDataSource.FlushMode mode) Deprecated, for removal: This API element is subject to removal in a future version.io.agroal.api.configuration.AgroalDataSourceConfigurationDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getConnection(String username, String password) Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.io.agroal.api.AgroalDataSourceMetricsDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.List<io.agroal.api.AgroalPoolInterceptor>Deprecated, for removal: This API element is subject to removal in a future version.booleanisWrapperFor(Class<?> iface) Deprecated, for removal: This API element is subject to removal in a future version.voidsetLoginTimeout(int seconds) Deprecated, for removal: This API element is subject to removal in a future version.voidsetLogWriter(PrintWriter out) Deprecated, for removal: This API element is subject to removal in a future version.voidsetPoolInterceptors(Collection<? extends io.agroal.api.AgroalPoolInterceptor> arg0) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.<T> TDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.agroal.api.AgroalDataSource
isHealthyMethods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilderMethods inherited from interface javax.sql.DataSource
createConnectionBuilder
-
Constructor Details
-
UnconfiguredDataSource
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
throwException
public void throwException()Deprecated, for removal: This API element is subject to removal in a future version. -
getConfiguration
public io.agroal.api.configuration.AgroalDataSourceConfiguration getConfiguration()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getConfigurationin interfaceio.agroal.api.AgroalDataSource
-
getMetrics
public io.agroal.api.AgroalDataSourceMetrics getMetrics()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getMetricsin interfaceio.agroal.api.AgroalDataSource
-
flush
public void flush(io.agroal.api.AgroalDataSource.FlushMode mode) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
flushin interfaceio.agroal.api.AgroalDataSource
-
setPoolInterceptors
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setPoolInterceptorsin interfaceio.agroal.api.AgroalDataSource
-
getPoolInterceptors
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPoolInterceptorsin interfaceio.agroal.api.AgroalDataSource
-
close
public void close()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
closein interfaceio.agroal.api.AgroalDataSource- Specified by:
closein interfaceAutoCloseable
-
getConnection
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getConnectionin interfaceDataSource- Throws:
SQLException
-
getConnection
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getConnectionin interfaceDataSource- Throws:
SQLException
-
getLogWriter
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getLogWriterin interfaceCommonDataSource- Specified by:
getLogWriterin interfaceDataSource- Throws:
SQLException
-
setLogWriter
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setLogWriterin interfaceCommonDataSource- Specified by:
setLogWriterin interfaceDataSource- Throws:
SQLException
-
setLoginTimeout
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setLoginTimeoutin interfaceCommonDataSource- Specified by:
setLoginTimeoutin interfaceDataSource- Throws:
SQLException
-
getLoginTimeout
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getLoginTimeoutin interfaceCommonDataSource- Specified by:
getLoginTimeoutin interfaceDataSource- Throws:
SQLException
-
getParentLogger
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getParentLoggerin interfaceCommonDataSource- Throws:
SQLFeatureNotSupportedException
-
unwrap
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
unwrapin interfaceWrapper- Throws:
SQLException
-
isWrapperFor
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isWrapperForin interfaceWrapper- Throws:
SQLException
-