In Files

Methods

Class/Module Index [+]

Quicksearch

Arel

Constants

Attribute
InnerJoin
Node

Convenience Alias

OuterJoin
VERSION

Public Class Methods

sql(raw_sql) click to toggle source
# File lib/arel.rb, line 38
def self.sql raw_sql
  Arel::Nodes::SqlLiteral.new raw_sql
end
star() click to toggle source
# File lib/arel.rb, line 42
def self.star
  sql '*'
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.