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, #curry_args, #input, #relation, #result, #source, #type

Method Summary

Methods inherited from ROM::Command

adapter, #after_hooks, #before_hooks, #call, #combine, #curried?, #curry, #execute, #gateway, #graph?, #hooks?, #lazy?, #many?, #map_input_tuples, #name, #new, #one?, register_as, relation, restrictable, #restrictible?

Methods included from Initializer

extended

Methods included from ROM::Command::ClassInterface

#[], #adapter_namespace, #after, #before, #build, #create_class, #default_name, #extend_for_relation, extended, #inherited, #options, #relation_methods_mod, #set_hooks, #use

Methods included from Pipeline::Operator

#>>