public class DefaultSchemaFilter extends java.lang.Object implements SchemaFilter
| Modifier and Type | Field and Description |
|---|---|
static DefaultSchemaFilter |
INSTANCE |
| Constructor and Description |
|---|
DefaultSchemaFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
includeNamespace(Namespace namespace)
Should the given namespace (catalog+schema) be included? If
true, the
namespace will be further processed; if false, processing will skip this
namespace. |
boolean |
includeSequence(Sequence sequence)
Should the given sequence be included? If
true, the
sequence will be further processed; if false, processing will skip this
sequence. |
boolean |
includeTable(Table table)
Should the given table be included? If
true, the
table will be further processed; if false, processing will skip this
table. |
public static final DefaultSchemaFilter INSTANCE
public boolean includeNamespace(Namespace namespace)
SchemaFiltertrue, the
namespace will be further processed; if false, processing will skip this
namespace.includeNamespace in interface SchemaFilternamespace - The namespace to check for inclusion.true to include the namespace; false otherwisepublic boolean includeTable(Table table)
SchemaFiltertrue, the
table will be further processed; if false, processing will skip this
table.includeTable in interface SchemaFiltertable - The table to check for inclusiontrue to include the table; false otherwisepublic boolean includeSequence(Sequence sequence)
SchemaFiltertrue, the
sequence will be further processed; if false, processing will skip this
sequence.includeSequence in interface SchemaFiltersequence - The sequence to check for inclusiontrue to include the sequence; false otherwiseCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.