Class: ROM::Commands::Create Abstract

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

Overview

This class is abstract.

Create command

This command inserts a new tuple into a relation

Direct Known Subclasses

Memory::Commands::Create

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?, input, #lazy?, #many?, #map_input_tuples, #name, #new, #one?, register_as, relation, restrictable, #restrictible?, result

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

#>>