Package mondrian.test.loader
Utilities to load test data.
-
Interface Summary Interface Description DBLoader.Row 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. -
Class Summary Class Description CsvDBLoader CsvDBLoader.CsvLoaderRowStream CsvDBLoader.ListRowStream CsvDBTestCase Base class for tests that use a CSV database defined in a single file.CsvLoader This is a basic Comma-separated-value (CSV, Csv) reader.DBLoader This is an abstract base class for the creation and load of one or more database tables with data.DBLoader.Column DBLoader.RowDefault DBLoader.Type Represents a logical type, such as "BOOLEAN".MondrianFoodMartLoader Utility to load the FoodMart dataset into an arbitrary JDBC database.