|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcedureRecord
ProcedureRecord
| Nested Class Summary | |
|---|---|
static interface |
ProcedureRecord.ProcedureRecordProperties
Constants for perperties stored on a ProcedureRecord |
| Nested classes/interfaces inherited from interface com.metamatrix.modeler.core.metadata.runtime.MetadataRecord |
|---|
MetadataRecord.MetadataFieldNames, MetadataRecord.MetadataRecordProperties |
| Method Summary | |
|---|---|
java.util.List |
getParameterIDs()
Get a list of identifiers for the parameters in the procedure |
java.lang.Object |
getResultSetID()
Get the identifier for a resultSet in the procedure |
short |
getType()
Return short indicating of PROCEDURE it is. |
int |
getUpdateCount()
|
boolean |
isFunction()
Check if this record is for a procedure that is a function. |
boolean |
isVirtual()
Check if this record is for a procedure that is a virtual. |
| Methods inherited from interface com.metamatrix.modeler.core.metadata.runtime.MetadataRecord |
|---|
getEObject, getFullName, getModelName, getName, getNameInSource, getParentFullName, getParentPathString, getParentUUID, getPath, getPathString, getPropertyValue, getRecordType, getResourcePath, getUUID, setPropertyValue |
| Method Detail |
|---|
java.util.List getParameterIDs()
boolean isFunction()
boolean isVirtual()
java.lang.Object getResultSetID()
short getType()
MetadataConstants.PROCEDURE_TYPESint getUpdateCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||