Class
Arel::SqlCompiler::GenericCompiler
In:
lib/arel/engines/sql/relations/compiler.rb
Parent:
Object
Methods
add_limit_on_delete
assignment_sql
build_clauses
build_query
build_update_conditions_sql
christener
delete_sql
insert_sql
limited_update_conditions
locked
new
select_sql
supports_insert_with_returning?
update_sql
Attributes
engine
[R]
relation
[R]
Public Class methods
new
(relation)
Public Instance methods
add_limit_on_delete
(taken)
build_clauses
()
christener
()
delete_sql
()
insert_sql
(include_returning = true)
select_sql
()
supports_insert_with_returning?
()
update_sql
()
Protected Instance methods
assignment_sql
()
build_query
(*parts)
build_update_conditions_sql
()
limited_update_conditions
(conditions, taken)
locked
()
[Validate]