Module: OracleSqlParser::Grammar::Condition::PatternMatching::LikeCondition1
- Defined in:
- lib/oracle-sql-parser/grammar/condition/pattern_matching.rb
Instance Method Summary collapse
Instance Method Details
#escape_keyword ⇒ Object
69 70 71 |
# File 'lib/oracle-sql-parser/grammar/condition/pattern_matching.rb', line 69 def escape_keyword elements[1] end |
#escape_text ⇒ Object
77 78 79 |
# File 'lib/oracle-sql-parser/grammar/condition/pattern_matching.rb', line 77 def escape_text elements[3] end |
#space1 ⇒ Object
65 66 67 |
# File 'lib/oracle-sql-parser/grammar/condition/pattern_matching.rb', line 65 def space1 elements[0] end |
#space2 ⇒ Object
73 74 75 |
# File 'lib/oracle-sql-parser/grammar/condition/pattern_matching.rb', line 73 def space2 elements[2] end |