Class DataMapper::Query::Conditions::LikeComparison
In: lib/dm-core/query/conditions/comparison.rb
Parent: AbstractComparison

Tests whether the value in the record is like the expected set for the Comparison. Equivalent to a LIKE clause in an SQL database.

TODO: move this to dm-more with DataObjectsAdapter plugins

[Validate]