Class BlobAction

java.lang.Object
net.ucanaccess.commands.BlobAction
All Implemented Interfaces:
IFeedbackAction

public class BlobAction extends Object implements IFeedbackAction
  • Constructor Details

    • BlobAction

      public BlobAction(io.github.spannm.jackcess.Table _table, Object[] newValues)
  • Method Details

    • doAction

      public void doAction(ICommand toChange) throws SQLException
      Description copied from interface: IFeedbackAction
      Executes 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:
      doAction in interface IFeedbackAction
      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