public interface Routine extends DatabaseObject, TypedObject<RoutineType>, DefinedObject
| Modifier and Type | Method and Description |
|---|---|
<C 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.
|
<C 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, hasDefinition<C extends RoutineColumn<? extends Routine>> java.util.List<C> getColumns()
RoutineReturnType getReturnType()
RoutineBodyType getRoutineBodyType()
RoutineType getRoutineType()
java.lang.String getSpecificName()
<C extends RoutineColumn<? extends Routine>> java.util.Optional<C> lookupColumn(java.lang.String name)
name - Unqualified nameCopyright © 2000-2019 Sualeh Fatehi. All rights reserved.