public final class ReducerFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static Reducer<Routine> |
getRoutineReducer(SchemaCrawlerOptions options) |
static Reducer<Schema> |
getSchemaReducer(SchemaCrawlerOptions options) |
static Reducer<Sequence> |
getSequenceReducer(SchemaCrawlerOptions options) |
static Reducer<Synonym> |
getSynonymReducer(SchemaCrawlerOptions options) |
static Reducer<Table> |
getTableReducer(Predicate<Table> tableFilter) |
static Reducer<Table> |
getTableReducer(SchemaCrawlerOptions options) |
public static Reducer<Routine> getRoutineReducer(SchemaCrawlerOptions options)
public static Reducer<Schema> getSchemaReducer(SchemaCrawlerOptions options)
public static Reducer<Sequence> getSequenceReducer(SchemaCrawlerOptions options)
public static Reducer<Synonym> getSynonymReducer(SchemaCrawlerOptions options)
public static Reducer<Table> getTableReducer(SchemaCrawlerOptions options)
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.