class FilterLexer::RelationalOperator

An relational operator is the type (function) of the filter

Public Instance Methods

query_string() click to toggle source
# File lib/filter_lexer/formatters/sql.rb, line 65
def query_string
        return sql
end
query_variables() click to toggle source
# File lib/filter_lexer/formatters/sql.rb, line 69
def query_variables
        return []
end