Uses of Class
com.saperion.common.sql.DataSource
-
Packages that use DataSource Package Description com.saperion.common.config.manager com.saperion.common.sql -
-
Uses of DataSource in com.saperion.common.config.manager
Methods in com.saperion.common.config.manager that return DataSource Modifier and Type Method Description DataSource<CommonAccessException,java.lang.IllegalStateException>
DbConfigurationManagerConstructorParameters. getDataSource()
Returns theDataSource
.Constructors in com.saperion.common.config.manager with parameters of type DataSource Constructor Description DbConfigurationManagerConstructorParameters(DataSource<CommonAccessException,java.lang.IllegalStateException> dataSource)
Creates newDbConfigurationManagerConstructorParameters
with the specifiedDataSource
and all other values set to defaults. -
Uses of DataSource in com.saperion.common.sql
Subclasses of DataSource in com.saperion.common.sql Modifier and Type Class Description class
SimpleDataSource<CommonReadResultException extends java.lang.Exception>
SimpleDataSource
is a simple implementation of anDataSource
that can be used directly and that has no logging, no runtime-information and treats all errors asIllegalStateException
s.
-