public interface Procedure extends Routine
| Modifier and Type | Method and Description |
|---|---|
List<ProcedureColumn> |
getColumns()
Gets the list of columns in ordinal order.
|
ProcedureReturnType |
getReturnType()
Gets the procedure type.
|
com.annimon.stream.Optional<? extends ProcedureColumn> |
lookupColumn(String name)
Gets a column by unqualified name.
|
getRoutineBodyType, getRoutineType, getSpecificNamegetSchemagetFullName, getLookupKey, getNamecompareTogetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarksgetTypegetDefinition, hasDefinitionList<ProcedureColumn> getColumns()
getColumns in interface RoutineProcedureReturnType getReturnType()
getReturnType in interface Routinecom.annimon.stream.Optional<? extends ProcedureColumn> lookupColumn(String name)
lookupColumn in interface Routinename - NameCopyright © 2000-2017 Sualeh Fatehi. All rights reserved.