public class DBConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
GENERIC_CATEGORY_NAME |
static String |
RUNNING_CATEGORY_NAME |
| Constructor and Description |
|---|
DBConstants() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
getDBTypes() |
static String |
getDriverForName(String name) |
static String |
getFixedFullNameOf(String dbType) |
public static final String RUNNING_CATEGORY_NAME
public static final String GENERIC_CATEGORY_NAME
public static String getDriverForName(String name)
name - e.g. "postgres" or "postgresql" for postgresql driver, "mysql" for mysql driver, "sqlite" for sqlite driver.public static String[] getDBTypes()
Copyright © 2014. All Rights Reserved.