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, iterator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTableNames, iterator
accept
public void includeTable(String patternName)
public void excludeTable(String patternName)
public boolean isValidName(String tableName) throws DataSetException
AbstractTableFilter
true
if specified table is allowed by this filter.
This legacy method, now replaced by accept, still exist for compatibily
with older environmentisValidName
in class AbstractTableFilter
DataSetException
Copyright © 2002–2020. All rights reserved.