public interface SchemaFilter
| 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. |
boolean includeNamespace(Namespace namespace)
true, the
namespace will be further processed; if false, processing will skip this
namespace.namespace - The namespace to check for inclusion.true to include the namespace; false otherwiseboolean includeTable(Table table)
true, the
table will be further processed; if false, processing will skip this
table.table - The table to check for inclusiontrue to include the table; false otherwiseboolean includeSequence(Sequence sequence)
true, the
sequence will be further processed; if false, processing will skip this
sequence.sequence - The sequence to check for inclusiontrue to include the sequence; false otherwiseCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.