Package PamguardMVC.uid.repair
Class UIDTimeMatcher
java.lang.Object
PamguardMVC.uid.repair.UIDTimeMatcher
- All Implemented Interfaces:
 UIDMatcher
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionsqlSelectString(SQLTypes sqlTypes, PamDataUnit pamDataUnit) SQL string to identify a database record for a particular data unit. 
- 
Constructor Details
- 
UIDTimeMatcher
 
 - 
 - 
Method Details
- 
sqlSelectString
Description copied from interface:UIDMatcherSQL string to identify a database record for a particular data unit.- Specified by:
 sqlSelectStringin interfaceUIDMatcher- Parameters:
 pamDataUnit-- Returns:
 - SQL string which can be used in an update or select query
 
 
 -