public class DefaultTableFilter extends AbstractTableFilter implements ITableFilter
| Constructor and Description |
|---|
DefaultTableFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
excludeTable(String patternName)
Add a new refused table pattern name.
|
void |
includeTable(String patternName)
Add a new accepted table name pattern.
|
boolean |
isValidName(String tableName)
Returns
true if specified table is allowed by this filter. |
accept, getTableNames, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTableNames, iteratoracceptpublic void includeTable(String patternName)
public void excludeTable(String patternName)
public boolean isValidName(String tableName) throws DataSetException
AbstractTableFiltertrue if specified table is allowed by this filter.
This legacy method, now replaced by accept, still exist for compatibily
with older environmentisValidName in class AbstractTableFilterDataSetExceptionCopyright © 2002-2017. All Rights Reserved.