Class: SQB::Query

Inherits:
Select show all
Defined in:
lib/sqb/query.rb

Constant Summary

Constants included from Ordering

Ordering::VALID_ORDERS

Instance Attribute Summary

Attributes inherited from Base

#options, #prepared_arguments

Method Summary

Methods inherited from Select

#to_sql

Methods included from IndexHint

#index_hint, #no_index_hint!

Methods included from Offsetting

#offset

Methods included from Limiting

#limit

Methods included from Grouping

#group_by

Methods included from Ordering

#no_order!, #order, #order!

Methods included from Joins

#join

Methods included from Filtering

#or, #where

Methods included from Columns

#column, #column!

Methods included from Distinct

#distinct

Methods inherited from Base

#initialize, #to_sql

Constructor Details

This class inherits a constructor from SQB::Base