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 |
---|---|
DBSchema |
DBEnvironment.getSchema(java.lang.String schemaName)
Returns the DBSchema Object as specified.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,DBSchema> |
DBEnvironment.getSchemas()
Returns the HashMap of DBSchema Object.
|
Modifier and Type | Method and Description |
---|---|
void |
DBEnvironment.addSchema(DBSchema schema)
Adds the schema as specified.
|
Modifier and Type | Method and Description |
---|---|
void |
DBEnvironment.setSchemas(java.util.HashMap<java.lang.String,DBSchema> schemas)
Sets the schemas as specified.
|