public class PKUpdateImportListener extends StandardImportListener
コンストラクタと説明 |
---|
PKUpdateImportListener() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
beforeRegist(Line line)
1レコードをINSERTまたは、UPDATEする前に呼び出されます。
|
void |
init(Connection con,
String tableName,
Properties props)
インポート処理を実行する前に、一度だけ呼び出されます。
|
afterInsert, afterUpdate, beforeAllDelete, beforeCommit, beforeInsert, beforeRollback, beforeUpdate, destroy
public void beforeRegist(Line line) throws ListenerDataSkipException, ListenerDataErrorException, TerminateException
ImportListener
beforeRegist
インタフェース内 ImportListener
beforeRegist
クラス内 StandardImportListener
line
- インポートする1レコード分のデータListenerDataSkipException
- レコードのインポート処理をスキップする場合にスローします。ListenerDataErrorException
- レコードをエラーとして処理する場合にスローします。TerminateException
- インポート処理を中止する場合にスローします。public void init(Connection con, String tableName, Properties props)
ImportListener
init
インタフェース内 ImportListener
init
クラス内 StandardImportListener
con
- DB接続オブジェクトtableName
- テーブル名props
- オプションパラメータCopyright © 2012 NTT DATA INTRAMART CORPORATION