Class: OracleSqlParser::Ast::TextLiteral

Inherits:
Hash
  • Object
show all
Defined in:
lib/oracle-sql-parser/ast/text_literal.rb

Instance Method Summary collapse

Methods inherited from Hash

[], #initialize, #method_missing, #remove_nil_values!, #to_sql

Methods inherited from Base

#==, [], #ast, find_different_value, #initialize, #remove_nil_values!, #to_sql

Constructor Details

This class inherits a constructor from OracleSqlParser::Ast::Hash

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class OracleSqlParser::Ast::Hash

Instance Method Details

#inspectObject



3
4
5
# File 'lib/oracle-sql-parser/ast/text_literal.rb', line 3

def inspect
  "#<#{self.class.name} #{@ast.inspect}>"
end