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