Class UpdateWorkspaceDataTableQuery

All Implemented Interfaces:
RemoteQuery<Boolean>, Serializable

public class UpdateWorkspaceDataTableQuery extends ContextAwareRemoteQuery<Boolean>
Remote query to log data to the WorkspaceData table. This returns true if the log succeeded. If an error occurs it will throw an exception.
See Also:
  • Constructor Details

  • Method Details

    • execute

      public Boolean execute(Database db)
      Description copied from interface: RemoteQuery
      Execute a query on a remote host.
      Parameters:
      db - database to use for execution.
      Returns:
      result of the query.