Interface FetchTables


public interface FetchTables
Defines the set of tables from which data is fetched.
Since:
15.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a list of all tablesources to fetch.
  • Method Details

    • getTableSources

      List<TableSource> getTableSources()
      Returns a list of all tablesources to fetch.
      Returns:
      list of all tablesources to fetch
      Since:
      15.0