net.sourceforge.squirrel_sql.plugins.refactoring.commands
Class AbstractRefactoringCommand.CommandExecHandler

java.lang.Object
  extended by net.sourceforge.squirrel_sql.client.session.DefaultSQLExecuterHandler
      extended by net.sourceforge.squirrel_sql.plugins.refactoring.commands.AbstractRefactoringCommand.CommandExecHandler
All Implemented Interfaces:
ISQLExecuterHandler
Direct Known Subclasses:
AddLookupTableCommand.NoAutoCommitCommandExecHandler
Enclosing class:
AbstractRefactoringCommand

protected class AbstractRefactoringCommand.CommandExecHandler
extends DefaultSQLExecuterHandler


Field Summary
protected  boolean exceptionEncountered
           
 
Constructor Summary
AbstractRefactoringCommand.CommandExecHandler(ISession session)
           
 
Method Summary
 boolean exceptionEncountered()
           
 String sqlExecutionException(Throwable th, String postErrorString)
           
 
Methods inherited from class net.sourceforge.squirrel_sql.client.session.DefaultSQLExecuterHandler
sqlCloseExecutionHandler, sqlDataUpdated, sqlExecutionCancelled, sqlExecutionComplete, sqlExecutionWarning, sqlResultSetAvailable, sqlStatementCount, sqlToBeExecuted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exceptionEncountered

protected boolean exceptionEncountered
Constructor Detail

AbstractRefactoringCommand.CommandExecHandler

public AbstractRefactoringCommand.CommandExecHandler(ISession session)
Method Detail

sqlExecutionException

public String sqlExecutionException(Throwable th,
                                    String postErrorString)
Specified by:
sqlExecutionException in interface ISQLExecuterHandler
Overrides:
sqlExecutionException in class DefaultSQLExecuterHandler

exceptionEncountered

public boolean exceptionEncountered()


Copyright © 2001-2012. All Rights Reserved.