internal_statement_executed


Description:

public void internal_statement_executed (Statement stmt, Set? @params, ConnectionEvent error)

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

a Connection

stmt

a Statement which has been executed

error

a ConnectionEvent if the execution failed, or null

params

execution's parameters