Package | Description |
---|---|
schemacrawler.crawl | |
schemacrawler.filter | |
schemacrawler.schema | |
schemacrawler.schemacrawler |
Constructor and Description |
---|
RoutinesReducer(Predicate<Routine> routineFilter) |
Modifier and Type | Method and Description |
---|---|
static 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.
|
Optional<? extends RoutineColumn<? extends Routine>> |
Routine.lookupColumn(String name)
Gets a column by unqualified name.
|
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) |
Optional<? extends Routine> |
BaseCatalogDecorator.lookupRoutine(Schema schema,
String name) |
Copyright ? 2000-2015 Sualeh Fatehi. All rights reserved.