Class: VORuby::ADQL::V1_0::InclusionSet

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

Overview

The base type for selection set in a SQL IN expression

Direct Known Subclasses

ConstantListSet, SubQuerySet

Instance Method Summary collapse

Methods included from SerializableToXml

#element

Instance Method Details

#to_xml(name = nil) ⇒ Object



2048
2049
2050
# File 'lib/voruby/adql/1.0/adql.rb', line 2048

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