module OracleSqlParser::Grammar::Condition::IsOfType::Type0

Public Instance Methods

ident() click to toggle source
# File lib/oracle-sql-parser/grammar/condition/is_of_type.rb, line 377
def ident
  elements[2]
end
schema_name() click to toggle source
# File lib/oracle-sql-parser/grammar/condition/is_of_type.rb, line 373
def schema_name
  elements[0]
end