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 newDbConfigurationManagerConstructorParameterswith the specifiedDataSourceand 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 classSimpleDataSource<CommonReadResultException extends java.lang.Exception>SimpleDataSourceis a simple implementation of anDataSourcethat can be used directly and that has no logging, no runtime-information and treats all errors asIllegalStateExceptions.
-