net.sourceforge.squirrel_sql.plugins.refactoring.commands
Class AddLookupTableCommand.NoAutoCommitCommandExecHandler
java.lang.Object
net.sourceforge.squirrel_sql.client.session.DefaultSQLExecuterHandler
net.sourceforge.squirrel_sql.plugins.refactoring.commands.AbstractRefactoringCommand.CommandExecHandler
net.sourceforge.squirrel_sql.plugins.refactoring.commands.AddLookupTableCommand.NoAutoCommitCommandExecHandler
- All Implemented Interfaces:
- ISQLExecuterHandler
- Enclosing class:
- AddLookupTableCommand
protected class AddLookupTableCommand.NoAutoCommitCommandExecHandler
- extends AbstractRefactoringCommand.CommandExecHandler
An SQLExecutionHandler that disables auto commit (if enabled) on the current SQLConnection and handles
commits and rollbacks of the transaction by itself.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_origAutoCommit
protected boolean _origAutoCommit
AddLookupTableCommand.NoAutoCommitCommandExecHandler
public AddLookupTableCommand.NoAutoCommitCommandExecHandler(ISession session)
throws SQLException
- Throws:
SQLException
sqlCloseExecutionHandler
public void sqlCloseExecutionHandler(ArrayList<String> errMsgs,
String lastExecutedStatement)
- Specified by:
sqlCloseExecutionHandler in interface ISQLExecuterHandler- Overrides:
sqlCloseExecutionHandler in class DefaultSQLExecuterHandler
Copyright © 2001-2011. All Rights Reserved.