Methods

Files

Class Index [+]

Quicksearch

Arel::Having

Attributes

predicates[R]

Public Class Methods

new(relation, predicates) click to toggle source
   # File lib/arel/algebra/relations/operations/having.rb, line 5
5:     def initialize(relation, predicates)
6:       super(relation)
7:       @predicates = predicates.map { |p| p.bind(relation) }
8:     end

Public Instance Methods

havings() click to toggle source
    # File lib/arel/algebra/relations/operations/having.rb, line 10
10:     def havings
11:       @havings ||= relation.havings + predicates
12:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.