Class: VORuby::ADQL::V1_0::Search
- Inherits:
-
Object
- Object
- VORuby::ADQL::V1_0::Search
- Includes:
- SerializableToXml
- Defined in:
- lib/voruby/adql/1.0/adql.rb
Overview
The base type for searches in Where and Having clauses of the query
Direct Known Subclasses
BetweenPred, ClosedSearch, ComparisonPred, ExclusiveSearch, InclusiveSearch, IntersectionSearch, InverseSearch, LikePred, RegionSearch, UnionSearch, XMatch
Instance Method Summary collapse
Methods included from SerializableToXml
Instance Method Details
#to_xml(name = nil) ⇒ Object
1031 1032 1033 |
# File 'lib/voruby/adql/1.0/adql.rb', line 1031 def to_xml(name=nil) element_root(name) end |