| Package | Description |
|---|---|
| schemacrawler.schema |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FunctionColumn
Represents a column in a database procedure.
|
interface |
ProcedureColumn
Represents a column in a database procedure.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends RoutineColumn<? extends Routine>> |
Routine.getColumns()
Gets the list of columns in ordinal order.
|
com.annimon.stream.Optional<? extends RoutineColumn<? extends Routine>> |
Routine.lookupColumn(String name)
Gets a column by unqualified name.
|
Copyright © 2000-2017 Sualeh Fatehi. All rights reserved.