public interface Procedure extends Routine
| Modifier and Type | Method and Description |
|---|---|
List<ProcedureParameter> |
getParameters()
Gets the list of columns in ordinal order.
|
ProcedureReturnType |
getReturnType()
Gets the procedure type.
|
Optional<? extends ProcedureParameter> |
lookupParameter(String name)
Gets a column by unqualified name.
|
getRoutineBodyType, getRoutineType, getSpecificNamegetSchema, withQuotinggetFullName, getName, keycompareTogetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarks, setRemarksgetTypegetDefinition, hasDefinitionList<ProcedureParameter> getParameters()
getParameters in interface RoutineProcedureReturnType getReturnType()
getReturnType in interface RoutineOptional<? extends ProcedureParameter> lookupParameter(String name)
lookupParameter in interface Routinename - NameCopyright © 2000-2024 Sualeh Fatehi. All rights reserved.