| 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 |
|---|---|
<C extends RoutineColumn<? extends Routine>> |
Routine.getColumns()
Gets the list of columns in ordinal order.
|
<C extends RoutineColumn<? extends Routine>> |
Routine.lookupColumn(java.lang.String name)
Gets a column by unqualified name.
|
Copyright © 2000-2019 Sualeh Fatehi. All rights reserved.