Class: FilterLexer::RelationalOperator
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- FilterLexer::RelationalOperator
- 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
Direct Known Subclasses
EQOperator, GEOperator, GTOperator, LEOperator, LTOperator, LikeOperator, NEQOperator, NotLikeOperator
Instance Method Summary collapse
Instance Method Details
#query_string ⇒ Object
65 66 67 |
# File 'lib/filter_lexer/formatters/sql.rb', line 65 def query_string return sql end |
#query_variables ⇒ Object
69 70 71 |
# File 'lib/filter_lexer/formatters/sql.rb', line 69 def query_variables return [] end |