BBjStoredProcedureData::getProcedureName

Description

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

Syntax

Return Value

Method

string

getProcedureName()

Parameters

None.

Return Values

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

Remarks

None.

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

ObjectVariables

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