public class DBAccessPoolManager extends Object
| Constructor and Description |
|---|
DBAccessPoolManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeDataSource(DatenbankZugriff dbZugriff) |
static Connection |
getConnection(DatenbankZugriff dbZugriff) |
static DataSource |
getDataSource(DatenbankZugriff dbZugriff) |
static String |
searchDriverClass(String jdbcUrl) |
static void |
shutdownAll() |
static Boolean |
testConnection(DatenbankZugriff dbZugriff) |
public static Connection getConnection(DatenbankZugriff dbZugriff) throws SQLException, PropertyVetoException
SQLExceptionPropertyVetoExceptionpublic static DataSource getDataSource(DatenbankZugriff dbZugriff) throws PropertyVetoException
PropertyVetoExceptionpublic static void closeDataSource(DatenbankZugriff dbZugriff)
public static Boolean testConnection(DatenbankZugriff dbZugriff) throws PropertyVetoException, SQLException
PropertyVetoExceptionSQLExceptionpublic static String searchDriverClass(String jdbcUrl) throws SQLException
SQLExceptionpublic static void shutdownAll()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.