The event available for creating procedure event handlers is described below. Review the API documentation for procedure events for more information.
The Execute Procedure event fires whenever a procedure execution is requested. This request can be from processing SQL input, a direct invocation of a procedure by a client or script, or a portion of a compound procedure.
Possible uses:
Notes:
The default callback executes the entire model-defined procedure with provided filters or inputs, returning any results to the event handler for post-processing. For select, update and delete procedures there can be only one set of input parameters. For insert procedures, there may be one or more sets of input parameters.
Compound procedures cannot have events attached to them.
© 1999-2007 Attachmate Corporation. All rights reserved. Terms of Use.