Package mondrian.test.loader
Interface DBLoader.RowStream
-
- All Known Implementing Classes:
CsvDBLoader.CsvLoaderRowStream
,CsvDBLoader.ListRowStream
- Enclosing class:
- DBLoader
public static interface DBLoader.RowStream
The RowStream interface allows one to load large sets of rows by streaming them in, one does not have to have all of the row data in memory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<DBLoader.Row>
iterator()
-
-
-
Method Detail
-
iterator
Iterator<DBLoader.Row> iterator()
-
-