Package mdbtools.dbengine
Interface DataSource
-
public interface DataSourceDataSource represents the data store. The obtains all data from the data source.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TablegetTable(int index)intgetTableCount()
-
-
-
Method Detail
-
getTableCount
int getTableCount()
-
getTable
Table getTable(int index)
-
-