Interface ITableFilterSimple

All Known Subinterfaces:
ITableFilter
All Known Implementing Classes:
AbstractTableFilter, DatabaseSequenceFilter, DefaultTableFilter, ExcludeTableFilter, IncludeTableFilter, PrimaryKeyFilter, SequenceTableFilter

public interface ITableFilterSimple
A filter for table names.
Since:
2.4.3
Version:
$Revision$ $Date$
Author:
gommma (gommma AT users.sourceforge.net), Last changed by: $Author$
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(String tableName)
    Returns true if specified table is allowed by this filter.
  • Method Details

    • accept

      boolean accept(String tableName) throws DataSetException
      Returns true if specified table is allowed by this filter.
      Parameters:
      tableName - the name of the table to check.
      Returns:
      true if specified table is allowed by this filter.
      Throws:
      DataSetException - if the check fails.