Package PamguardMVC.uid.repair
Class UIDTimeMatcher
java.lang.Object
PamguardMVC.uid.repair.UIDTimeMatcher
- All Implemented Interfaces:
UIDMatcher
-
Constructor Summary
-
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:UIDMatcher
SQL string to identify a database record for a particular data unit.- Specified by:
sqlSelectString
in interfaceUIDMatcher
- Returns:
- SQL string which can be used in an update or select query
-