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