Class: ROM::SQL::Commands::Update

Inherits:
Commands::Update
  • Object
show all
Defined in:
lib/rom/sql/commands/update.rb

Overview

Update command

Instance Method Summary collapse

Instance Method Details

#execute(tuple) ⇒ Array<Hash>, Hash

Updates existing tuple in a relation

Returns:

  • (Array<Hash>, Hash)


26
27
28
# File 'lib/rom/sql/commands/update.rb', line 26

def execute(tuple)
  update(input[tuple].to_h)
end