StoredProc
Execute a stored procedure.
Component Signature
Attributes
procedure
string
true
The name of the procedure to execute.
datasource
string
false
The name of the datasource where the stored procedure is registered.
blockfactor
integer
false
The fetch size to use for batching rows and reducing network round trips when reading results.
debug
boolean
false
If enabled, list debugging info on each statement.
false
returnCode
boolean
false
If enabled, populates bxstoredproc.statusCode
with status code returned by stored procedure.
false
result
string
false
The name of the variable to store the result set in.
Examples
Tag Syntax
Basic example of calling a stored procedure, passing a parameter, and getting a result set.
Script Syntax
Call stored procedure and get back multiple result sets.
Scripted Tag Syntax
Call stored procedure and get back multiple result sets.
Last updated
Was this helpful?