| 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 | 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".
Specific databases will represent this their own particular physical
type, for example "TINYINT(1)", "BOOLEAN" or "BIT";
see
DBLoader.Type.toPhysical(mondrian.spi.Dialect). |
| MondrianFoodMartLoader |
Utility to load the FoodMart dataset into an arbitrary JDBC database.
|