Interface DatabaseExportOutputStream


  • public interface DatabaseExportOutputStream
    • Method Detail

      • newTable

        void newTable​(String tableName,
                      List<ColumnInfo> columnsForTable)
        Notify the stream that the following data is for a different table
        Parameters:
        tableName - the following table name
        columnsForTable - database columns