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.
|
com.annimon.stream.Optional<? extends FunctionColumn> |
lookupColumn(String name)
Gets a column by name.
|
getRoutineType, getSpecificNamegetSchemagetFullName, getLookupKey, getNamecompareTogetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarksgetTypegetDefinition, hasDefinitionList<FunctionColumn> getColumns()
getColumns in interface RoutineFunctionReturnType getReturnType()
getReturnType in interface RoutineRoutineBodyType getRoutineBodyType()
getRoutineBodyType in interface Routinecom.annimon.stream.Optional<? extends FunctionColumn> lookupColumn(String name)
lookupColumn in interface Routinename - NameCopyright © 2000-2017 Sualeh Fatehi. All rights reserved.