Modifier and Type | Field and Description |
---|---|
static DBName |
mysql |
static DBName |
oracle |
static DBName |
postgres |
Modifier and Type | Method and Description |
---|---|
static DBName |
fromDriver(String driver_name)
Returns the DBName corresponding to the specified jdbc driver or
null if the jdbc driver could not be parsed.
|
static void |
main(String[] args) |
String |
toString() |
public static DBName fromDriver(String driver_name)
driver_name
- a jdbc driver name such as
com.mysql.jdbc.Driver or
org.postgresql.Driver