public abstract class SchemaTask extends AbstractTask
| Constructor and Description |
|---|
SchemaTask() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getSql() |
Target |
getTarget()
May return null of this Task is run for all targets.
|
boolean |
isSchemaChange()
Schema changes are sort to run before any data change.
|
boolean |
runTask(Connection con) |
getIdentifier, isRunclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComment, getVersionpublic boolean isSchemaChange()
Taskpublic Target getTarget()
Taskpublic boolean runTask(Connection con) throws SQLException
SQLException - if there was a problem executing.public abstract String getSql()
Copyright © 2015. All rights reserved.