Class: Babik::QuerySet::Except
- Inherits:
-
SetOperation
- Object
- AbstractBase
- SetOperation
- Babik::QuerySet::Except
- Defined in:
- lib/babik/queryset.rb
Instance Attribute Summary
Attributes inherited from SetOperation
Attributes inherited from AbstractBase
#_aggregation, #_count, #_distinct, #_limit, #_lock_type, #_order, #_projection, #_select_related, #_where, #model
Method Summary
Methods inherited from SetOperation
Methods inherited from AbstractBase
_execute_sql, #all, #each, #initialize, #left_joins_by_alias
Methods included from Updatable
Methods included from Sortable
#disorder!, #invert_order!, #order!, #order_by!, #ordered?
Methods included from SetOperations
#difference, #intersection, #union
Methods included from RelatedSelector
Methods included from SQLRenderizable
Methods included from Projectable
#project!, #projection?, #unproject!
Methods included from Lockable
Methods included from Limitable
#[], #exists?, #fetch, #limit!, #limit?, #unlimit!
Methods included from Filterable
Methods included from Distinguishable
Methods included from NoneQuerySet
Methods included from Deletable
Methods included from Countable
#count, #empty?, #exists?, #length, #size
Methods included from Clonable
#clone, #method_missing, #mutate_clone, #respond_to_missing?
Methods included from Bounded
#earliest, #first, #last, #latest
Methods included from Aggregatable
Constructor Details
This class inherits a constructor from Babik::QuerySet::SetOperation
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Babik::QuerySet::Clonable