@FunctionalInterface public interface FileTokenizingCallback
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
handleRow(FileTokenizingRowResource resource)
Handle the row per one record data.
|
void handleRow(FileTokenizingRowResource resource) throws IOException, SQLException
resource - The resource of row for the file-tokenizing. (NotNull)IOException - When the IO handling fails in the row handling process.SQLException - When the SQL handling fails in the row handling process.Copyright © 2014–2015 The DBFlute Project. All rights reserved.