module OracleSqlParser::Grammar::Condition::PatternMatching::LikeCondition0

Public Instance Methods

not_keyword() click to toggle source
# File lib/oracle-sql-parser/grammar/condition/pattern_matching.rb, line 55
def not_keyword
  elements[0]
end
space() click to toggle source
# File lib/oracle-sql-parser/grammar/condition/pattern_matching.rb, line 59
def space
  elements[1]
end