Package generalDatabase.pamCursor
Class CursorFinder
java.lang.Object
generalDatabase.pamCursor.CursorFinder
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
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidDelete the cursor so a new one gets created on the next call.getCursor(PamConnection con, EmptyTableDefinition tableDefinition)  
- 
Constructor Details
- 
CursorFinder
public CursorFinder() 
 - 
 - 
Method Details
- 
getCursor
 - 
deleteCursor
public void deleteCursor()Delete the cursor so a new one gets created on the next call. 
 -