database.storedProcArgs() (Method)

Creates a prototype for a stored procedure and controls the argument passing.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 3.0
Property/method value type:Stproc object
JavaScript syntax:NESdatabase.storedProcArgs(aProc)
NESdatabase.storedProcArgs(aProc, someArgTypes)
Argument list:aProcThe name of a stored procedure
someArgTypesSome argument types to define the API

The prototype stored procedure object supports input and output parameters. This prototype object is used to indicate the direction of values in these parameters.

See also:DbPool.storedProcArgs()