Interface DataSource


  • public interface DataSource
    DataSource represents the data store. The obtains all data from the data source.
    • Method Detail

      • getTableCount

        int getTableCount()
      • getTable

        Table getTable​(int index)