public interface Function extends Routine
| Modifier and Type | Method and Description |
|---|---|
java.util.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.
|
java.util.Optional<? extends FunctionColumn> |
lookupColumn(java.lang.String name)
Gets a column by name.
|
getRoutineType, getSpecificNamegetSchemagetFullName, getName, toUniqueLookupKeygetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarksgetTypegetDefinition, hasDefinitionjava.util.List<FunctionColumn> getColumns()
getColumns in interface RoutineFunctionReturnType getReturnType()
getReturnType in interface RoutineRoutineBodyType getRoutineBodyType()
getRoutineBodyType in interface Routinejava.util.Optional<? extends FunctionColumn> lookupColumn(java.lang.String name)
lookupColumn in interface Routinename - NameCopyright © 2000-2019 Sualeh Fatehi. All rights reserved.