Package mdbtools.dbengine
Interface DataSource
-
public interface DataSource
DataSource 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 Table
getTable(int index)
int
getTableCount()
-
-
-
Method Detail
-
getTableCount
int getTableCount()
-
getTable
Table getTable(int index)
-
-