public interface DatabaseExportOutputStream
| Modifier and Type | Method and Description |
|---|---|
void |
newTable(String tableName,
List<ColumnInfo> columnsForTable)
Notify the stream that the following data is for a different table
|
void |
write(Map<String,Object> row)
Write one row of data
|
void newTable(String tableName, List<ColumnInfo> columnsForTable)
tableName - the following table namecolumnsForTable - database columnsvoid write(Map<String,Object> row) throws IOException
row - row of dataIOException - generic IOExceptionCopyright © 2010-2017. All Rights Reserved.