Package | Description |
---|---|
org.kepler.util.sql |
Modifier and Type | Method and Description |
---|---|
static DatabaseFactory.Parameter |
DatabaseFactory.Parameter.getType(java.lang.String name)
Find the Parameter from a name.
|
static DatabaseFactory.Parameter |
DatabaseFactory.Parameter.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseFactory.Parameter[] |
DatabaseFactory.Parameter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|