Schnittstelle IDatabaseSearcher
- Alle bekannten Implementierungsklassen:
DatabaseSearcher
public interface IDatabaseSearcher
- Version:
- 2024-12-29
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetStoredEntitiesInLocalData(IDatabase database) getStoredTableById(IDatabase database, String tableId)
-
Methodendetails
-
getStoredEntitiesInLocalData
- Parameter:
database-- Gibt zurück:
- the
IEntitys of the given database in the local data.
-
getStoredTableById
- Parameter:
database-tableId-- Gibt zurück:
- the
ITablewith the given tableId from the given database. - Löst aus:
RuntimeException- if the given database does not contain a table with the given tableId.
-