Package | Description |
---|---|
com.ads.api.beans.sm |
Contains Collection Classes,Java Bean Classes which are specific to System, Environment,Table, Column and Node.
|
Modifier and Type | Method and Description |
---|---|
SMSchema |
SMEnvironment.getSchema(java.lang.String schemaName)
Returns the DBSchema Object as specified.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<SMSchema> |
SMEnvironment.getSchemas() |
Modifier and Type | Method and Description |
---|---|
void |
SMEnvironment.addSchema(SMSchema schema)
Adds the schema as specified.
|