public abstract class TransactionTask extends AbstractTask
| Constructor and Description |
|---|
TransactionTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
runTask(Connection con) |
abstract void |
runTransaction(Connection con) |
getIdentifier, isRunclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComment, getTarget, getVersion, isSchemaChangepublic boolean runTask(Connection con) throws SQLException
SQLException - if there was a problem executing.public abstract void runTransaction(Connection con) throws SQLException
SQLExceptionCopyright © 2015. All rights reserved.