Class: ROM::Commands::Update Abstract

Inherits:
ROM::Command show all
Defined in:
lib/rom/commands/update.rb

Overview

This class is abstract.

Update command

This command updates all tuples in its relation with new attributes

Direct Known Subclasses

Memory::Commands::Update

Constant Summary

Constants inherited from ROM::Command

ROM::Command::CommandType, ROM::Command::Result

Instance Attribute Summary

Attributes inherited from ROM::Command

#after, #before, #config, #curry_args, #input, #relation, #result, #source, #type

Method Summary

Methods inherited from ROM::Command

#after_hooks, #before_hooks, #call, #combine, #curried?, #curry, #execute, extend_for_relation, #gateway, #graph?, #hooks?, #lazy?, #many?, #map_input_tuples, #name, #new, #one?, relation_methods_mod, #restrictible?, setting_mapping

Methods included from Plugins::ClassMethods

#plugins, #use

Methods included from Initializer

extended

Methods included from ROM::Command::ClassInterface

#[], #adapter, #adapter_namespace, #after, #before, #build, #create_class, #default_name, extended, #inherited, #set_hooks

Methods included from ROM::Command::Restrictable

#create_class

Methods included from Notifications::Listener

#subscribe

Methods included from Pipeline::Operator

#>>