Module: OracleSqlParser::Grammar::Condition::PatternMatching::LikeCondition2
- Defined in:
- lib/oracle-sql-parser/grammar/condition/pattern_matching.rb
Instance Method Summary collapse
- #e ⇒ Object
- #like ⇒ Object
- #n ⇒ Object
- #space1 ⇒ Object
- #space2 ⇒ Object
- #target ⇒ Object
- #text ⇒ Object
Instance Method Details
#e ⇒ Object
107 108 109 |
# File 'lib/oracle-sql-parser/grammar/condition/pattern_matching.rb', line 107 def e elements[6] end |
#like ⇒ Object
95 96 97 |
# File 'lib/oracle-sql-parser/grammar/condition/pattern_matching.rb', line 95 def like elements[3] end |
#n ⇒ Object
91 92 93 |
# File 'lib/oracle-sql-parser/grammar/condition/pattern_matching.rb', line 91 def n elements[2] end |
#space1 ⇒ Object
87 88 89 |
# File 'lib/oracle-sql-parser/grammar/condition/pattern_matching.rb', line 87 def space1 elements[1] end |
#space2 ⇒ Object
99 100 101 |
# File 'lib/oracle-sql-parser/grammar/condition/pattern_matching.rb', line 99 def space2 elements[4] end |
#target ⇒ Object
83 84 85 |
# File 'lib/oracle-sql-parser/grammar/condition/pattern_matching.rb', line 83 def target elements[0] end |
#text ⇒ Object
103 104 105 |
# File 'lib/oracle-sql-parser/grammar/condition/pattern_matching.rb', line 103 def text elements[5] end |