proper.database
Class ExecutorObject

java.lang.Object
  extended by proper.core.ProperObject
      extended by proper.database.ConnectorObject
          extended by proper.database.ExecutorObject
All Implemented Interfaces:
ProperInterface
Direct Known Subclasses:
ColumnLister, Dropper, Joiner, Modifier, Reader, Sparser, TableLister

public abstract class ExecutorObject
extends ConnectorObject

This abstract class is an ancestor to all classes that want to use an Executor instance.

Version:
$Revision: 1.2 $
Author:
FracPete

Field Summary
 
Fields inherited from interface proper.core.ProperInterface
VERSION
 
Constructor Summary
ExecutorObject(Connector conn)
          initializes the object
 
Method Summary
 Executor getExecutor()
          returns the Executor instance
 java.lang.Exception getLastException()
          returns the last exception of the executor instance
 java.lang.String getLastStatement()
          returns the last statement of the executor instance
 
Methods inherited from class proper.database.ConnectorObject
getConnector
 
Methods inherited from class proper.core.ProperObject
addListener, addOutput, classInVerbose, debugprint, debugprint, debugprint, debugprint, debugprintln, debugprintln, debugprintln, debugprintln, debugprintln, getListeners, getRuntime, getVerbose, getVerboseLevel, getVerboseLevelForClass, getVerboseString, getVerboseStringForClass, notifyListener, notifyListeners, print, print, print, print, println, println, println, println, println, printMemory, removeListener, setOutput, setVerbose, setVerboseLevel, setVerboseString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutorObject

public ExecutorObject(Connector conn)
initializes the object

Method Detail

getExecutor

public Executor getExecutor()
returns the Executor instance


getLastException

public java.lang.Exception getLastException()
returns the last exception of the executor instance

See Also:
Executor.getLastException()

getLastStatement

public java.lang.String getLastStatement()
returns the last statement of the executor instance

See Also:
Executor.getLastStatement()