| Package | Description |
|---|---|
| schemacrawler.filter | |
| schemacrawler.schema |
| Modifier and Type | Method and Description |
|---|---|
static Reducer<Routine> |
ReducerFactory.getRoutineReducer(SchemaCrawlerOptions options) |
static Predicate<Routine> |
FilterFactory.routineFilter(SchemaCrawlerOptions options) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RoutineParameter<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 |
|---|---|
<C extends RoutineParameter<? extends Routine>> |
Routine.getParameters()
Gets the list of parameters in ordinal order.
|
<C extends RoutineParameter<? extends Routine>> |
Routine.lookupParameter(String name)
Gets a parameter by unqualified name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Routine> |
Catalog.getRoutines()
Gets the routine.
|
Collection<Routine> |
Catalog.getRoutines(Schema schema)
Gets the routine.
|
Collection<Routine> |
Catalog.getRoutines(Schema schema,
String routineName)
Gets a routine by unqualified name.
|
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.