| Package | Description |
|---|---|
| schemacrawler.schema |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FunctionParameter
Represents a column in a database procedure.
|
interface |
ProcedureParameter
Represents a column in 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.
|
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.