Class: VORuby::ADQL::V1_0::InclusionSet
- Inherits:
-
Object
- Object
- VORuby::ADQL::V1_0::InclusionSet
- 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
Instance Method Summary collapse
Methods included from SerializableToXml
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 |