proper.database
Class ConnectorObject

java.lang.Object
  extended by proper.core.ProperObject
      extended by proper.database.ConnectorObject
All Implemented Interfaces:
ProperInterface
Direct Known Subclasses:
DatabaseLister, Executor, ExecutorObject, RelaggsStructure, RelationDiscoverer, SqlEngine, Writer

public abstract class ConnectorObject
extends ProperObject

This abstract class is an ancestor to all Connector-dependent classes.

Version:
$Revision: 1.3 $
Author:
FracPete

Field Summary
 
Fields inherited from interface proper.core.ProperInterface
VERSION
 
Constructor Summary
ConnectorObject(Connector conn)
          initializes the object
 
Method Summary
 Connector getConnector()
          returns the Connector instance
 
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

ConnectorObject

public ConnectorObject(Connector conn)
initializes the object

Method Detail

getConnector

public Connector getConnector()
returns the Connector instance