public interface Function extends Routine
| Modifier and Type | Method and Description |
|---|---|
List<FunctionParameter> |
getParameters()
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 FunctionParameter> |
lookupParameter(String name)
Gets a column by name.
|
getRoutineType, getSpecificNamegetSchema, withQuotinggetFullName, getName, keycompareTogetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarks, setRemarksgetTypegetDefinition, hasDefinitionList<FunctionParameter> getParameters()
getParameters in interface RoutineFunctionReturnType getReturnType()
getReturnType in interface RoutineRoutineBodyType getRoutineBodyType()
getRoutineBodyType in interface RoutineOptional<? extends FunctionParameter> lookupParameter(String name)
lookupParameter in interface Routinename - NameCopyright © 2000-2024 Sualeh Fatehi. All rights reserved.