generalDatabase.pamCursor
Class CursorFinder

java.lang.Object
  extended by generalDatabase.pamCursor.CursorFinder

public class CursorFinder
extends java.lang.Object

Class for managing PamCurosrs - returns the previous one if at all possible, but creates a new one if the connection has changed.

Author:
Doug Gillespie

Field Summary
private  PamCursor currentCursor
           
 
Constructor Summary
CursorFinder()
           
 
Method Summary
 PamCursor getCursor(java.sql.Connection con, EmptyTableDefinition tableDefinition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentCursor

private PamCursor currentCursor
Constructor Detail

CursorFinder

public CursorFinder()
Method Detail

getCursor

public PamCursor getCursor(java.sql.Connection con,
                           EmptyTableDefinition tableDefinition)