module OracleSqlParser::Grammar::Select::Join::OuterJoinType2

Public Instance Methods

outer() click to toggle source
# File lib/oracle-sql-parser/grammar/select/join.rb, line 993
def outer
  o.try(:outer_keyword)
end