Uses of Class
adams.flow.source.AbstractDbSource
-
Packages that use AbstractDbSource Package Description adams.flow.source -
-
Uses of AbstractDbSource in adams.flow.source
Subclasses of AbstractDbSource in adams.flow.source Modifier and Type Class Description class
AbstractSpreadSheetDbReader
Ancestor for spreadsheet database readers.class
SpreadSheetDbReader
Returns a spreadsheet object generated from an SQL query.
To optimize memory consumption, you can return the result of the query in chunks of a specified size.class
TimeseriesDbReader
Outputs timeseries containers generated from an SQL SELECT statement.
A new container is started, whenever the value of the ID column changes (hence you need to ensure that the data is ordered on this column).
-