module OracleSqlParser::Grammar::Condition::IsOfType::Type1
Public Instance Methods
ast()
click to toggle source
# File lib/oracle-sql-parser/grammar/condition/is_of_type.rb, line 383 def ast OracleSqlParser::Ast::Identifier[:name => text_value] end