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.Exception
Copyright © 2005–2014 AndroMDA.org. All rights reserved.