| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.filter | |
| schemacrawler.schemacrawler |
| Constructor and Description |
|---|
SchemaCrawler(java.sql.Connection connection,
SchemaRetrievalOptions schemaRetrievalOptions,
SchemaCrawlerOptions schemaCrawlerOptions)
Constructs a SchemaCrawler object, from a connection.
|
| Modifier and Type | Method and Description |
|---|---|
static Reducer<Routine> |
ReducerFactory.getRoutineReducer(SchemaCrawlerOptions options) |
static Reducer<Schema> |
ReducerFactory.getSchemaReducer(SchemaCrawlerOptions options) |
static Reducer<Sequence> |
ReducerFactory.getSequenceReducer(SchemaCrawlerOptions options) |
static Reducer<Synonym> |
ReducerFactory.getSynonymReducer(SchemaCrawlerOptions options) |
static Reducer<Table> |
ReducerFactory.getTableReducer(SchemaCrawlerOptions options) |
static java.util.function.Predicate<Routine> |
FilterFactory.routineFilter(SchemaCrawlerOptions options) |
static java.util.function.Predicate<Schema> |
FilterFactory.schemaFilter(SchemaCrawlerOptions options) |
static java.util.function.Predicate<Sequence> |
FilterFactory.sequenceFilter(SchemaCrawlerOptions options) |
static java.util.function.Predicate<Synonym> |
FilterFactory.synonymFilter(SchemaCrawlerOptions options) |
static java.util.function.Predicate<Table> |
FilterFactory.tableFilter(SchemaCrawlerOptions options) |
| Constructor and Description |
|---|
TableTypesFilter(SchemaCrawlerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaCrawlerOptions |
SchemaCrawlerOptionsBuilder.newSchemaCrawlerOptions() |
SchemaCrawlerOptions |
SchemaCrawlerOptionsBuilder.toOptions() |
| Modifier and Type | Method and Description |
|---|---|
SchemaCrawlerOptionsBuilder |
SchemaCrawlerOptionsBuilder.fromOptions(SchemaCrawlerOptions options) |
Copyright © 2000-2019 Sualeh Fatehi. All rights reserved.