Package PamguardMVC.uid.repair
Interface UIDMatcher
- All Known Implementing Classes:
 UIDTimeMatcher
public interface UIDMatcher
Interface which can take data unit or information 
 from either a binary file or from a database and 
 find the corresponding data in the other type of store.
- Author:
 - dg50
 
- 
Method Summary
Modifier and TypeMethodDescriptionsqlSelectString(SQLTypes sqlTypes, PamDataUnit pamDataUnit) SQL string to identify a database record for a particular data unit. 
- 
Method Details
- 
sqlSelectString
SQL string to identify a database record for a particular data unit.- Parameters:
 pamDataUnit-- Returns:
 - SQL string which can be used in an update or select query
 
 
 -