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.