| Package | Description |
|---|---|
| schemacrawler.filter | |
| schemacrawler.schema | |
| schemacrawler.schemacrawler |
| Modifier and Type | Method and Description |
|---|---|
static Reducer<Synonym> |
ReducerFactory.getSynonymReducer(SchemaCrawlerOptions options) |
static java.util.function.Predicate<Synonym> |
FilterFactory.synonymFilter(SchemaCrawlerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
<S extends Synonym> |
Catalog.lookupSynonym(Schema schema,
java.lang.String name)
Gets the synonym by unqualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Synonym> |
Catalog.getSynonyms()
Gets the synonyms.
|
java.util.Collection<Synonym> |
Catalog.getSynonyms(Schema schema)
Gets the synonyms.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Synonym> |
BaseCatalogDecorator.getSynonyms() |
java.util.Collection<Synonym> |
BaseCatalogDecorator.getSynonyms(Schema schema) |
java.util.Optional<? extends Synonym> |
BaseCatalogDecorator.lookupSynonym(Schema schema,
java.lang.String name)
Gets the synonym by unqualified name.
|
Copyright © 2000-2019 Sualeh Fatehi. All rights reserved.