Class DataMapper::Query
In: lib/dm-core/query.rb
Parent: Object

Methods

Included Modules

Assertions

Classes and Modules

Class DataMapper::Query::Direction
Class DataMapper::Query::Operator
Class DataMapper::Query::Path

Constants

OPTIONS = [ :reload, :offset, :limit, :order, :add_reversed, :fields, :links, :includes, :conditions, :unique

External Aliases

add_reversed -> add_reversed?

Attributes

add_reversed  [W] 
model  [R] 
repository  [R] 

Public Class methods

TODO: add docs @api private

Public Instance methods

TODO: add docs @api private

eql?(other)

Alias for #==

find the point in self.conditions where the sub select tuple is located. Delete the tuple and add value.conditions. value must be a <DM::Query>

TODO: add docs @api public

[Validate]