Class: Dbee::Query::Filters::NotContain

Inherits:
Base
  • Object
show all
Defined in:
lib/dbee/query/filters/not_contain.rb

Overview

Equivalent to a SQL x NOT LIKE ‘%value%’ statement.

Instance Attribute Summary

Attributes inherited from Base

#key_path, #value

Method Summary

Methods inherited from Base

#<=>, #==, #hash, #initialize

Constructor Details

This class inherits a constructor from Dbee::Query::Filters::Base