|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicProcedureID | |
---|---|
com.metamatrix.metadata.runtime.model |
Uses of BasicProcedureID in com.metamatrix.metadata.runtime.model |
---|
Methods in com.metamatrix.metadata.runtime.model with parameters of type BasicProcedureID | |
---|---|
void |
BasicProcedureParameter.setProcID(BasicProcedureID procID)
Sets the procID. |
Constructors in com.metamatrix.metadata.runtime.model with parameters of type BasicProcedureID | |
---|---|
BasicProcedure(BasicProcedureID procedureID,
BasicVirtualDatabaseID virtualDBID)
Call constructor to instantiate a runtime object by passing the RuntimeID that identifies the entity and the VIrtualDatabaseID that identifes the Virtual Database the object will be contained. |
|
BasicProcedureParameter(java.lang.String name,
BasicProcedureID procedureID)
|
|
BasicProcedureParameter(java.lang.String name,
BasicProcedureID procedureID,
DataType dType,
short paramType,
int paramPosition,
int resultSetPosition,
boolean isOpitional)
Call constructor to instantiate a procedure parameter object by passing the name that identifies the entity. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |