Methods

Class/Module Index [+]

Quicksearch

Arel::Visitors::ToSql

Public Class Methods

new(connection) click to toggle source
# File lib/arel/visitors/to_sql.rb, line 60
def initialize connection
  @connection     = connection
  @schema_cache   = connection.schema_cache
  @quoted_tables  = {}
  @quoted_columns = {}
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.