@Deprecated public class DatenbankzugriffPoolHelper extends Object
| Constructor and Description | 
|---|
| DatenbankzugriffPoolHelper()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | closeConnectionPool(DatenbankZugriff dbZugriff)Deprecated. 
 use DBAccesPoolManager.closeDataSource on the master-server! | 
| static Connection | getConnection(DatenbankZugriff datenbankZugriff)Deprecated. 
 use DBAccesPoolManager on the master-server! | 
| static com.zaxxer.hikari.HikariDataSource | getConnectionPool(DatenbankZugriff dbZugriff)Deprecated. 
 use DBAccesPoolManager.getDataSource on the master-server! | 
| static String | searchDriverClass(String jdbcUrl)Deprecated.  | 
| static void | shutdownAll()Deprecated.  | 
| static Boolean | testConnection(DatenbankZugriff dbZugriff)Deprecated. 
 use DBAccesPoolManager on the master-server! | 
@Deprecated public static com.zaxxer.hikari.HikariDataSource getConnectionPool(DatenbankZugriff dbZugriff) throws PropertyVetoException
PropertyVetoException@Deprecated public static void closeConnectionPool(DatenbankZugriff dbZugriff)
@Deprecated public static Boolean testConnection(DatenbankZugriff dbZugriff) throws PropertyVetoException, SQLException
PropertyVetoExceptionSQLExceptionpublic static String searchDriverClass(String jdbcUrl) throws SQLException
SQLException@Deprecated public static Connection getConnection(DatenbankZugriff datenbankZugriff) throws SQLException, PropertyVetoException
SQLExceptionPropertyVetoExceptionpublic static void shutdownAll()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.