Class: VORuby::ADQL::V1_0::FromTable

Inherits:
Object
  • Object
show all
Includes:
SerializableToXml
Defined in:
lib/voruby/adql/1.0/adql.rb

Overview

The base type for all tables used in the From clause of the query

Direct Known Subclasses

ArchiveTable, JoinTable, Table

Instance Method Summary collapse

Methods included from SerializableToXml

#element

Instance Method Details

#to_xml(name = nil) ⇒ Object



769
770
771
# File 'lib/voruby/adql/1.0/adql.rb', line 769

def to_xml(name=nil)
  element_root(name)
end