BBjStoredProcedureData::getProcedureName

Description

In BBj 10.00 and higher, this method  returns the name of the stored procedure for the BBjStoredProcedureData instance.

Syntax

Return Value Method
String getProcedureName()

Parameters

None.

Return Value

Returns the name of the BBj database that called the stored procedure.

Example

rem 'A sample Stored Procedure program

sp! = BBjAPI().getFileSystem().getStoredProcedureData()

rem 'Get the name of the Stored Procedure
dbName$ = sp!.getProcedureName()

See Also

BBjAPI

Object Variables

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.