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