public interface SchemaManagement
| Modifier and Type | Method and Description |
|---|---|
String |
execute(Connection connection,
Map options)
Executes the schema related task and returns the resulting SQL script (if applicable).
|
String execute(Connection connection, Map options) throws Exception
connection - the connection if required to execute the task.options - the options used during execution.ExceptionCopyright © 2005–2014 AndroMDA.org. All rights reserved.