Interface IDatabaseSearcher
- All Known Implementing Classes:
DatabaseSearcher
public interface IDatabaseSearcher
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptiongetStoredEntitiesInLocalData(IDatabase database) getStoredTableById(IDatabase database, String tableId)
-
Method Details
-
getStoredEntitiesInLocalData
- Parameters:
database-- Returns:
- the
IEntitys of the given database in the local data.
-
getStoredTableById
-