Package com.inet.report.database.fetch
Interface FetchTables
-
public interface FetchTables
Defines the set of tables from which data is fetched.- Since:
- 15.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<TableSource>
getTableSources()
Returns a list of all tablesources to fetch.
-
-
-
Method Detail
-
getTableSources
java.util.List<TableSource> getTableSources()
Returns a list of all tablesources to fetch.- Returns:
- list of all tablesources to fetch
- Since:
- 15.0
-
-