public interface Function extends Routine
Modifier and Type | Method and Description |
---|---|
List<FunctionColumn> |
getColumns()
Gets the list of columns in ordinal order.
|
FunctionReturnType |
getReturnType()
Gets the procedure type.
|
RoutineBodyType |
getRoutineBodyType()
Gets the type of the routine body.
|
Optional<? extends FunctionColumn> |
lookupColumn(String name)
Gets a column by name.
|
getRoutineType, getSpecificName
getSchema
getFullName, getLookupKey, getName
compareTo
getAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttribute
getRemarks, hasRemarks
getType
getDefinition, hasDefinition
List<FunctionColumn> getColumns()
getColumns
in interface Routine
FunctionReturnType getReturnType()
getReturnType
in interface Routine
RoutineBodyType getRoutineBodyType()
getRoutineBodyType
in interface Routine
Optional<? extends FunctionColumn> lookupColumn(String name)
lookupColumn
in interface Routine
name
- NameCopyright © 2000-2015 Sualeh Fatehi. All rights reserved.