public class DatenbankzugriffPoolHelper extends Object
Constructor and Description |
---|
DatenbankzugriffPoolHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
closeConnectionPool(DatenbankZugriff dbZugriff) |
static com.zaxxer.hikari.HikariDataSource |
getConnectionPool(DatenbankZugriff dbZugriff) |
static String |
searchDriverClass(String jdbcUrl) |
static Boolean |
testConnection(DatenbankZugriff dbZugriff) |
public static com.zaxxer.hikari.HikariDataSource getConnectionPool(DatenbankZugriff dbZugriff) throws PropertyVetoException
PropertyVetoException
public static void closeConnectionPool(DatenbankZugriff dbZugriff)
public static Boolean testConnection(DatenbankZugriff dbZugriff) throws PropertyVetoException, SQLException
PropertyVetoException
SQLException
public static String searchDriverClass(String jdbcUrl) throws SQLException
SQLException
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.