Portlet Factory, Version 6.1.2


 

SQL Transaction builder: tracking database events

When the SQL Transaction builder is configured to fire events, it will create and register in the model an event named SqlTransactionBuilderEvent. This name then becomes available as an option for the Event Name input of an Event Handler builder. When the builder fires this event at run-time, it passes two parameters:

BuilderName

This string parameter will contain the name of the SQL Transaction builder that fired the event. Since all transaction builders in a model use the SqlTransactionBuilderEvent event name, this input allows you to discriminate among all of the transaction builders when handling events.

eventType

This string parameter indicates what type of event was fired. Three values are currently available: "Execute", "Commit", and "Rollback".

Parent topic: SQL Transaction builder


Library | Support |