Class Arel::Table
In: lib/arel/table.rb
Parent: Object

Methods

==   []   alias   eql?   from   group   hash   having   insert_manager   join   joins   new   order   primary_key   project   select_manager   skip   take   where  

Included Modules

Arel::Crud Arel::FactoryMethods

External Aliases

name -> table_name
  TableAlias and Table both have a table_name which is the name of the underlying table

Attributes

aliases  [RW] 
engine  [RW] 
engine  [RW] 
name  [RW] 
table_alias  [RW] 

Public Class methods

Public Instance methods

==(other)

Alias for eql?

[Validate]