| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.filter | |
| schemacrawler.schema | |
| schemacrawler.schemacrawler |
| Constructor and Description |
|---|
RoutinesReducer(com.annimon.stream.function.Predicate<Routine> routineFilter) |
| Modifier and Type | Method and Description |
|---|---|
static com.annimon.stream.function.Predicate<Routine> |
FilterFactory.routineFilter(SchemaCrawlerOptions options) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RoutineColumn<R extends Routine> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Function
Represents a database function.
|
interface |
Procedure
Represents a database procedure.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends RoutineColumn<? extends Routine>> |
Routine.getColumns()
Gets the list of columns in ordinal order.
|
Collection<Routine> |
Catalog.getRoutines()
Gets the routine.
|
Collection<Routine> |
Catalog.getRoutines(Schema schema)
Gets the routine.
|
com.annimon.stream.Optional<? extends RoutineColumn<? extends Routine>> |
Routine.lookupColumn(String name)
Gets a column by unqualified name.
|
com.annimon.stream.Optional<? extends Routine> |
Catalog.lookupRoutine(Schema schema,
String name)
Gets a routine by unqualified name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Routine> |
BaseCatalogDecorator.getRoutines() |
Collection<Routine> |
BaseCatalogDecorator.getRoutines(Schema schema) |
com.annimon.stream.Optional<? extends Routine> |
BaseCatalogDecorator.lookupRoutine(Schema schema,
String name) |
Copyright © 2000-2017 Sualeh Fatehi. All rights reserved.