Class
Riddle::Query::Select
In:
lib/riddle/query/select.rb
Parent:
Object
frozen_string_literal: true
Methods
from
group_best
group_by
having
limit
matching
new
offset
order_by
order_within_group_by
prepend_values
to_sql
values
where
where_all
where_not
where_not_all
with_options
Public Class methods
new
()
Public Instance methods
from
(*indices)
group_best
(count)
group_by
(attribute)
having
(*conditions)
limit
(limit)
matching
(match)
offset
(offset)
order_by
(order)
order_within_group_by
(order)
prepend_values
(*values)
to_sql
()
values
(*values)
where
(filters = {})
where_all
(filters = {})
where_not
(filters = {})
where_not_all
(filters = {})
with_options
(options = {})
[Validate]