aboutToAddNewRow
is triggerd and fires the corresponding DataBefore event
aboutToAddNewRow
.
StatementResult.newRow
is executed.
aboutToClose
is triggerd and fires the corresponding DataBefore event
aboutToClose
.
StatementResult.close
is executed.
DatabaseConnection.commit
is executed.
aboutToCommit
is triggerd and fires the corresponding DataBefore event
aboutToCommit
.
DatabaseConnection.connect
is executed.
aboutToConnect
is triggerd and fires the corresponding DataBefore event
aboutToConnect
.
aboutToDelete
is triggerd and fires the corresponding DataBefore event
aboutToDelete
.
StatementResult.deleteRow
is executed.
DatabaseConnection.disconnect
is executed.
aboutToDisconnect
is triggerd and fires the corresponding DataBefore event
aboutToDisconnect
.
aboutToExecute
is triggerd and fires the corresponding DataBefore event
aboutToExecute
.
Statement.exeucte
is executed.
DatabaseConnection.rollback
is executed.
aboutToRollback
is triggerd and fires the corresponding DataBefore event
aboutToRollback
.
aboutToSetColumnValues
is triggerd.
StatementResult.setColumnValue
is executed.
aboutToUpdateRow
is triggerd and fires the corresponding DataBefore event
aboutToUpdateRow
.
StatementResult.updateRow
is executed.
addedNewRow
is triggerd and fires the corresponding DataAfter event
addedNewRow
.
StatementResult.newRow
has been executed.
cacheRowsChanged
is triggerd and fires the corresponding DataAfter event
cacheRowsChanged
.
closed
is triggerd and fires the corresponding DataAfter event
closed
.
StatementResult.close
has been executed.
StatementResult.setColumnValue
is executed.
DatabaseConnection.commit
is executed.
commmitted
is triggerd and fires the corresponding DataAfter event
committed
.
DatabaseConnection.connect
is executed..
connected
is triggerd and fires the corresponding DataAfter event
connected
.
deletedRow
is triggerd and fires the corresponding DataAfter event
deletedRow
.
StatementResult.deleteRow
has been executed.
DatabaseConnection.disconnect
is executed..
disconnected
is triggerd and fires the corresponding DataAfter event
disconnected
.
executed
is triggerd and fires the corresponding DataAfter event
executed
.
Statement.exeucte
has been executed.
isReadOnly
returns false.
execute
has been invoked.
execute
has been invoked for the Statement.
execute
is invoked.
execute
is invoked.
DatabaseConnection.rollback
is executed.
rolledBack
is triggerd and fires the corresponding DataAfter event
rolledBack
.
connect
is invoked on
this DatabaseConnection.
execute
is invoked.
execute
is invoked.
updatedRow
is triggerd and fires the corresponding DataAfter event
updatedRow
.
StatementResult.updateRow
has been executed.