public interface DatabaseExportOutputStream
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-2016. All Rights Reserved.