Interface ITableSearcher

All Superinterfaces:
IDatabaseObjectExaminer
All Known Implementing Classes:
TableSearcher

public interface ITableSearcher extends IDatabaseObjectExaminer
Author:
Silvan Wyss
  • Method Details

    • getLocallyDeletedEntityIds

      IContainer<String> getLocallyDeletedEntityIds(ITable<?> table)
      Parameters:
      table -
      Returns:
      the ids of the locally deleted IEntitys of the given table.
    • getStoredColumsThatReferencesTable

      <E extends IEntity> IContainer<IColumn> getStoredColumsThatReferencesTable(ITable<E> table)
      Type Parameters:
      E -
      Parameters:
      table -
      Returns:
      the IColumns that references the given table.