public class GetUpdateCountEvent implements LogEvent(Code)
This class defines a GetUpdateCountEvent.
This event is used to retrieve an update count associated to a request ID.
Once this event has been executed, the update count is available through
the getUpdateCount) method.
author: Damian Arregui version: 1.0
Creates a new GetUpdateCountEvent object
Parameters: connection - the connection used to access the recovery log table Parameters: recoveryLog - the recovery log object Parameters: requestId - the ID of the request to be found
Method Detail
belongToTransaction
public boolean belongToTransaction(long tid)(Code)
Returns the catched exception if an error occured during the execution (can
be SQLException or NoResultAvailableException). Returns null if no error
occured or the query did not execute yet.
Returns the catchedException.