Package com.ibm.di.connector
Interface SkipLookupInterface
-
- All Known Implementing Classes:
DBChangelogConnector
,JDBCConnector
public interface SkipLookupInterface
Interface implemented by connectors that have the ability modify/delete entries without doing a lookup first.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNumSkipLookupAffected()
Returns the number of entries affected when the lookup is skipped
-