public interface MergeHandler
OnException| Modifier and Type | Method and Description |
|---|---|
void |
onMerge(OnException onException,
Connection conn,
String sql,
String keyField,
long row)
Executed when default etl "insert into" action is failed and etl scenario
is configured to try update instead.
|
void onMerge(OnException onException, Connection conn, String sql, String keyField, long row) throws Exception
onException - the OnException objectconn - the connectionsql - the sql (usually insert statement)keyField - the key fieldrow - the rowException - in case of any errorCopyright © 2010-2020 Toolsverse. All Rights Reserved.