Interface DataSource


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

    Modifier and Type
    Method
    Description
    getTable(int index)
     
    int
     
  • Method Details

    • getTableCount

      int getTableCount()
    • getTable

      Table getTable(int index)