Package | Description |
---|---|
com.ads.mm.db.dao |
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
|
Modifier and Type | Method and Description |
---|---|
static DBEnvironment.DatabaseType |
DBEnvironment.DatabaseType.getDatabaseType(java.lang.String value) |
DBEnvironment.DatabaseType |
DBEnvironment.getEnvironmentType()
Returns the environmentType.
|
static DBEnvironment.DatabaseType |
DBEnvironment.DatabaseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBEnvironment.DatabaseType[] |
DBEnvironment.DatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DBEnvironment.setEnvironmentType(DBEnvironment.DatabaseType environmentType)
Sets the environmentType as specified.
|