Class | DataMapper::Query::Conditions::NullOperation |
In: |
lib/dm-core/query/conditions/operation.rb
|
Parent: | AbstractOperation |
Inspecting the operation should return the same as nil
@return [String]
return the string 'nil'
@api semipublic
Match the record
A NullOperation matches every record.
@param [Resource, Hash] record
the resource to match
@return [true]
every record matches
@api semipublic
Test validity of the operation
A NullOperation is always valid.
@return [true]
always valid
@api semipublic