Class: Babik::Selection::Operation::Equal
- Inherits:
-
IfNotNullOperation
- Object
- Base
- IfNotNullOperation
- Babik::Selection::Operation::Equal
- Defined in:
- lib/babik/queryset/lib/selection/operation/operations.rb
Overview
Equal operation
Constant Summary collapse
- SQL_OPERATOR =
'='
Instance Attribute Summary
Attributes inherited from Base
#field, #sql_operation, #sql_operation_template, #value
Method Summary
Methods inherited from IfNotNullOperation
Methods inherited from Base
#_init_sql_operation, date_special_cases, #db_engine, escape, factory, #initialize, initialize_operation, initialize_operators, operator?, special_cases, #to_s
Constructor Details
This class inherits a constructor from Babik::Selection::Operation::IfNotNullOperation