BBjFileSystem::getStoredProcedureData
Description
In BBj 6.0 and higher, this method returns the BBjStoredProcedureData object.
Syntax
Return Value |
Method |
getStoredProcedureData() |
Parameters
None.
Return Value
Returns a BBjStoredProcedureData that provides access to the parameters of the Stored Procedure.
Remarks
This method throws an !ERROR=207 (BBJ_STATE) if invoked when not in a Stored Procedure.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.