public class DriverUtils extends Object
| Constructor and Description |
|---|
DriverUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDriverName(Connection connection) |
static boolean |
isH2(String driverName) |
static boolean |
isHsql(String driverName) |
static boolean |
isMysql(String driverName) |
static boolean |
isOracle(String driverName) |
static boolean |
isPostgre(String driverName) |
public static boolean isHsql(String driverName)
public static boolean isH2(String driverName)
public static boolean isMysql(String driverName)
public static boolean isPostgre(String driverName)
public static boolean isOracle(String driverName)
public static String getDriverName(Connection connection)
Copyright © 2016. All rights reserved.