|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Procedure
Represents a database procedure.
| Method Summary | |
|---|---|
ProcedureColumn |
getColumn(java.lang.String name)
Gets a column by name. |
ProcedureColumn[] |
getColumns()
Gets the list of columns in ordinal order. |
java.lang.String |
getDefinition()
Gets the definition. |
RoutineBodyType |
getRoutineBodyType()
Gets the type of the routine body. |
ProcedureType |
getType()
Gets the procedure type. |
| Methods inherited from interface schemacrawler.schema.DatabaseObject |
|---|
getSchema |
| Methods inherited from interface schemacrawler.schema.NamedObject |
|---|
getAttribute, getAttributes, getFullName, getName, getRemarks, setAttribute |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
ProcedureColumn getColumn(java.lang.String name)
name - Name
ProcedureColumn[] getColumns()
java.lang.String getDefinition()
RoutineBodyType getRoutineBodyType()
ProcedureType getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||