123456789_123456789_123456789_123456789_123456789_

Class: Arel::Nodes::CaseSensitiveEquality

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: Arel::Nodes::Binary
Defined in: activerecord/lib/arel/nodes/equality.rb

Class Method Summary

Binary - Inherited

Instance Attribute Summary

Binary - Inherited

Node - Inherited

Instance Method Summary

FetchAttribute - Included

Binary - Inherited

::Arel::Math - Included

#&, #*, #+, #-, #/, #<<, #>>, #^, #|, #~@

::Arel::OrderPredications - Included

::Arel::AliasPredication - Included

#as

::Arel::Predications - Included

::Arel::Expressions - Included

Node - Inherited

#and

Factory method to create an And node.

#fetch_attribute, #invert,
#not

Factory method to create a Nodes::Not node that has the recipient of the caller as a child.

#or

Factory method to create a Grouping node that has an Or node as a child.

#to_sql

FIXME: this method should go away.

::Arel::FactoryMethods - Included

Constructor Details

This class inherits a constructor from Arel::Nodes::Binary

Instance Attribute Details

#equality?Boolean (readonly)

[ GitHub ]

  
# File 'activerecord/lib/arel/nodes/equality.rb', line 18

def equality?; true; end