| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.filter | |
| schemacrawler.schema | |
| schemacrawler.schemacrawler |
| Constructor and Description |
|---|
RoutinesReducer(java.util.function.Predicate<Routine> routineFilter) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.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 |
|---|---|
java.util.List<? extends RoutineColumn<? extends Routine>> |
Routine.getColumns()
Gets the list of columns in ordinal order.
|
java.util.Collection<Routine> |
Catalog.getRoutines()
Gets the routine.
|
java.util.Collection<Routine> |
Catalog.getRoutines(Schema schema)
Gets the routine.
|
java.util.Optional<? extends RoutineColumn<? extends Routine>> |
Routine.lookupColumn(java.lang.String name)
Gets a column by unqualified name.
|
java.util.Optional<? extends Routine> |
Catalog.lookupRoutine(Schema schema,
java.lang.String name)
Gets a routine by unqualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Routine> |
BaseCatalogDecorator.getRoutines() |
java.util.Collection<Routine> |
BaseCatalogDecorator.getRoutines(Schema schema) |
java.util.Optional<? extends Routine> |
BaseCatalogDecorator.lookupRoutine(Schema schema,
java.lang.String name) |
Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.