| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.filter | |
| schemacrawler.schemacrawler |
| Constructor and Description |
|---|
SchemaCrawler(Connection connection,
SchemaRetrievalOptions schemaRetrievalOptions,
SchemaCrawlerOptions options)
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 Predicate<Routine> |
FilterFactory.routineFilter(SchemaCrawlerOptions options) |
static Predicate<Schema> |
FilterFactory.schemaFilter(SchemaCrawlerOptions options) |
static Predicate<Sequence> |
FilterFactory.sequenceFilter(SchemaCrawlerOptions options) |
static Predicate<Synonym> |
FilterFactory.synonymFilter(SchemaCrawlerOptions options) |
static Predicate<Table> |
FilterFactory.tableFilter(SchemaCrawlerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaCrawlerOptions |
SchemaCrawlerOptionsBuilder.newSchemaCrawlerOptions() |
SchemaCrawlerOptions |
SchemaCrawlerOptions.withFilterOptions(FilterOptions filterOptions) |
SchemaCrawlerOptions |
SchemaCrawlerOptions.withGrepOptions(GrepOptions grepOptions) |
SchemaCrawlerOptions |
SchemaCrawlerOptions.withLimitOptions(LimitOptions limitOptions) |
SchemaCrawlerOptions |
SchemaCrawlerOptions.withLoadOptions(LoadOptions loadOptions) |
Copyright © 2000-2021 Sualeh Fatehi. All rights reserved.