Module: OracleSqlParser::Grammar::Condition::PatternMatching::RegexpLikeCondition0
- Defined in:
- lib/oracle-sql-parser/grammar/condition/pattern_matching.rb
Instance Method Summary collapse
Instance Method Details
#regexp ⇒ Object
259 260 261 |
# File 'lib/oracle-sql-parser/grammar/condition/pattern_matching.rb', line 259 def regexp elements[7] end |
#regexp_like_keyword ⇒ Object
251 252 253 |
# File 'lib/oracle-sql-parser/grammar/condition/pattern_matching.rb', line 251 def regexp_like_keyword elements[0] end |
#target ⇒ Object
255 256 257 |
# File 'lib/oracle-sql-parser/grammar/condition/pattern_matching.rb', line 255 def target elements[3] end |