internal_statement_executed
Description:
Internal functions to be called by database providers when a statement has been executed to keep track of the transaction status of the connection
Parameters:
| this | |
| stmt |
a Statement which has been executed |
| error |
a ConnectionEvent if the execution failed, or null |
| params |
execution's parameters |