In Files

Class Index [+]

Quicksearch

Arel

Constants

VERSION
InnerJoin
OuterJoin
Attribute

Public Class Methods

sql(raw_sql) click to toggle source
    # File lib/arel.rb, line 33
33:   def self.sql raw_sql
34:     Arel::Nodes::SqlLiteral.new raw_sql
35:   end
visitor_for(engine) click to toggle source
    # File lib/arel/visitors.rb, line 29
29:     def self.visitor_for engine
30:       ENGINE_VISITORS[engine]
31:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.