| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.filter | |
| schemacrawler.schemacrawler |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
SchemaCrawler.crawl(SchemaCrawlerOptions options)
Crawls the database, to obtain database metadata.
|
| Constructor and Description |
|---|
SchemasReducer(SchemaCrawlerOptions options) |
SequencesReducer(SchemaCrawlerOptions options) |
SynonymsReducer(SchemaCrawlerOptions options) |
TablesReducer(SchemaCrawlerOptions options,
java.util.function.Predicate<Table> tableFilter) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.function.Predicate<Routine> |
FilterFactory.routineFilter(SchemaCrawlerOptions options) |
static java.util.function.Predicate<Table> |
FilterFactory.tableFilter(SchemaCrawlerOptions options) |
| Constructor and Description |
|---|
DatabaseObjectFilter(SchemaCrawlerOptions options,
InclusionRule databaseObjectInclusionRule) |
TableTypesFilter(SchemaCrawlerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
SchemaCrawlerOptions |
SchemaCrawlerOptionsBuilder.toOptions() |
| Constructor and Description |
|---|
SchemaCrawlerOptionsBuilder(SchemaCrawlerOptions options) |
Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.