public abstract class BaseSchemaUtils extends Object
Constructor and Description |
---|
BaseSchemaUtils() |
Modifier and Type | Method and Description |
---|---|
protected void |
dumpSchema() |
protected abstract Class<?>[] |
getClasses()
Return the list of the classes we want to dump the schema of.
|
protected abstract ConnectionSource |
getConnectionSource()
Return the connection-source to be used to generate the schema statements.
|
protected abstract Class<?>[] getClasses()
protected abstract ConnectionSource getConnectionSource() throws SQLException
SQLException
protected void dumpSchema() throws SQLException
SQLException
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.