module OracleSqlParser::Grammar::Update::UpdateWhereClause0

Public Instance Methods

update_condition() click to toggle source
# File lib/oracle-sql-parser/grammar/update.rb, line 615
def update_condition
  elements[2]
end
where_keyword() click to toggle source
# File lib/oracle-sql-parser/grammar/update.rb, line 611
def where_keyword
  elements[0]
end