public interface Routine extends DatabaseObject, TypedObject<RoutineType>, DefinedObject
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends RoutineColumn<? extends Routine>> |
getColumns()
Gets the list of columns in ordinal order.
|
RoutineReturnType |
getReturnType()
Gets the routine type.
|
RoutineBodyType |
getRoutineBodyType()
Gets the type of the routine body.
|
RoutineType |
getRoutineType()
Gets the routine type.
|
java.lang.String |
getSpecificName()
The name which uniquely identifies this routine within its schema.
|
java.util.Optional<? extends RoutineColumn<? extends Routine>> |
lookupColumn(java.lang.String name)
Gets a column by unqualified name.
|
getSchemagetFullName, getName, toUniqueLookupKeygetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarksgetTypegetDefinition, hasDefinitionjava.util.List<? extends RoutineColumn<? extends Routine>> getColumns()
RoutineReturnType getReturnType()
RoutineBodyType getRoutineBodyType()
RoutineType getRoutineType()
java.lang.String getSpecificName()
java.util.Optional<? extends RoutineColumn<? extends Routine>> lookupColumn(java.lang.String name)
name - Unqualified nameCopyright © 2000-2018 Sualeh Fatehi. All rights reserved.