| Constructor and Description |
|---|
SchemaCrawler(DatabaseConnectionSource dataSource,
SchemaRetrievalOptions schemaRetrievalOptions,
SchemaCrawlerOptions options)
Constructs a SchemaCrawler object, from a database connection source.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
SchemaCrawlerOptions |
CatalogLoader.getSchemaCrawlerOptions() |
SchemaCrawlerOptions |
BaseCatalogLoader.getSchemaCrawlerOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogLoader.setSchemaCrawlerOptions(SchemaCrawlerOptions schemaCrawlerOptions) |
void |
BaseCatalogLoader.setSchemaCrawlerOptions(SchemaCrawlerOptions schemaCrawlerOptions) |
| Modifier and Type | Method and Description |
|---|---|
SchemaCrawlerOptions |
DatabaseConnector.setSchemaCrawlerOptionsDefaults(SchemaCrawlerOptions schemaCrawlerOptions) |
| Modifier and Type | Method and Description |
|---|---|
SchemaCrawlerOptions |
DatabaseConnector.setSchemaCrawlerOptionsDefaults(SchemaCrawlerOptions schemaCrawlerOptions) |
| Modifier and Type | Method and Description |
|---|---|
SchemaCrawlerOptions |
SchemaCrawlerExecutable.getSchemaCrawlerOptions() |
SchemaCrawlerOptions |
SchemaCrawlerCommand.getSchemaCrawlerOptions() |
SchemaCrawlerOptions |
BaseSchemaCrawlerCommand.getSchemaCrawlerOptions() |
| Modifier and Type | Method and Description |
|---|---|
SchemaCrawlerCommand<?> |
CommandRegistry.configureNewCommand(String command,
SchemaCrawlerOptions schemaCrawlerOptions,
Config additionalConfig,
OutputOptions outputOptions) |
void |
SchemaCrawlerExecutable.setSchemaCrawlerOptions(SchemaCrawlerOptions schemaCrawlerOptions) |
void |
SchemaCrawlerCommand.setSchemaCrawlerOptions(SchemaCrawlerOptions schemaCrawlerOptions) |
void |
BaseSchemaCrawlerCommand.setSchemaCrawlerOptions(SchemaCrawlerOptions schemaCrawlerOptions) |
boolean |
CommandProvider.supportsSchemaCrawlerCommand(String command,
SchemaCrawlerOptions schemaCrawlerOptions,
Config additionalConfig,
OutputOptions outputOptions) |
boolean |
BaseCommandProvider.supportsSchemaCrawlerCommand(String command,
SchemaCrawlerOptions schemaCrawlerOptions,
Config additionalConfig,
OutputOptions outputOptions) |
| Modifier and Type | Method and Description |
|---|---|
static Catalog |
SchemaCrawlerUtility.getCatalog(DatabaseConnectionSource dataSource,
SchemaCrawlerOptions schemaCrawlerOptions)
Crawls a database, and returns a catalog.
|
static Catalog |
SchemaCrawlerUtility.getCatalog(DatabaseConnectionSource dataSource,
SchemaRetrievalOptions schemaRetrievalOptions,
SchemaCrawlerOptions schemaCrawlerOptions,
Config additionalConfig)
Crawls a database, and returns a catalog.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MetaDataUtility.reduceCatalog(Catalog catalog,
SchemaCrawlerOptions schemaCrawlerOptions) |
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.