public class DatabaseUtils extends Object
| Constructor and Description |
|---|
DatabaseUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
checkTableExists(String tableName)
Methode zum überprüfen ob eine Tabelle existert oder nicht
|
static void |
testConnection(String url,
String benutzer,
String passwort,
String driverClass) |
public static Boolean checkTableExists(String tableName)
public static void testConnection(String url, String benutzer, String passwort, String driverClass) throws SQLException, ClassNotFoundException
SQLExceptionClassNotFoundExceptionCopyright © 2016. All rights reserved.