class FilterLexer::NotLikeOperator
An relational negative string matching operator
Public Instance Methods
sql()
click to toggle source
# File lib/filter_lexer/formatters/sql.rb, line 127 def sql return 'NOT LIKE' end