method

partial_query

partial_query(values)
public

No documentation available.

# File activerecord/lib/active_record/statement_cache.rb, line 63
    def self.partial_query(values)
      PartialQuery.new(values)
    end