Class: FilterLexer::RelationalOperator

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/filter_lexer/nodes/relational_operators.rb,
lib/filter_lexer/formatters/sql.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#query_stringObject



65
66
67
# File 'lib/filter_lexer/formatters/sql.rb', line 65

def query_string
	return sql
end

#query_variablesObject



69
70
71
# File 'lib/filter_lexer/formatters/sql.rb', line 69

def query_variables
	return []
end