Interface TableManager<T>
- Type Parameters:
T- the type of the tables of aTableManager
- All Known Subinterfaces:
IDatabase
- All Known Implementing Classes:
Database
public interface TableManager<T>
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
getStoredTables
ExtendedIterable<? extends T> getStoredTables()- Returns:
- the tables of the current
TableManager
-