Package net.ucanaccess.commands
Class BlobAction
java.lang.Object
net.ucanaccess.commands.BlobAction
- All Implemented Interfaces:
IFeedbackAction
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BlobAction
-
-
Method Details
-
doAction
Description copied from interface:IFeedbackActionExecutes the feedback action on the specified command.This method is called after the physical persistence to the Access file has succeeded, allowing for final adjustments to the command's state.
- Specified by:
doActionin interfaceIFeedbackAction- Parameters:
toChange- the command instance that may be modified by this action- Throws:
SQLException- if an error occurs during the execution of the feedback action
-