Parent

Namespace

Files

Class/Module Index [+]

Quicksearch

Object

Constants

JdbcAdapter

Compatibility with older versions of ar-jdbc for other extensions out there

JdbcSpec
RAILS_CONNECTION_ADAPTERS

Public Instance Methods

select_limited_ids_list(options, join_dependency) click to toggle source
# File lib/arjdbc/derby/active_record_patch.rb, line 6
def select_limited_ids_list(options, join_dependency)
  connection.select_all(
    construct_finder_sql_for_association_limiting(options, join_dependency),
    "#{name} Load IDs For Limited Eager Loading"
  ).collect { |row| connection.quote(row[primary_key], columns_hash[primary_key]) }.join(", ")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.