Class: Locomotive::RelationalAlgebra::ResultType

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/locomotive/relational_algebra/query_information.rb

Direct Known Subclasses

Atom, List

Instance Method Summary collapse

Instance Method Details

#cloneObject



538
539
540
541
# File 'lib/locomotive/relational_algebra/query_information.rb', line 538

def clone
  # singleton
  self
end

#to_xmlObject



534
535
536
# File 'lib/locomotive/relational_algebra/query_information.rb', line 534

def to_xml
  self.class.to_s.split("::").last.upcase
end