The event set listener interface for the statementResultBefore feature.
StatementResult.newRow
is executed.SelectResult.close
or StatementResult.closeResult
is executed.StatementResult.deleteRow
is executed.StatementResult.updateRow
is executed.public void aboutToAddNewRow(DataEvent event)
StatementResult.newRow
is executed.
public void aboutToClose(DataEvent event)
SelectResult.close
or StatementResult.closeResult
is executed.
public void aboutToDeleteRow(DataEvent event)
StatementResult.deleteRow
is executed.
public void aboutToUpdateRow(DataEvent event)
StatementResult.updateRow
is executed.