Class: VORuby::ADQL::V1_0::JointTableQualifier
- Inherits:
-
Enumeration
- Object
- Enumeration
- VORuby::ADQL::V1_0::JointTableQualifier
- Defined in:
- lib/voruby/adql/1.0/adql.rb
Overview
Denotes the type of a Join operation
Instance Attribute Summary
Attributes inherited from Enumeration
Class Method Summary collapse
Methods inherited from Enumeration
Constructor Details
This class inherits a constructor from Enumeration
Class Method Details
.choices ⇒ Object
896 |
# File 'lib/voruby/adql/1.0/adql.rb', line 896 def self.choices; ['LEFT_OUTER', 'RIGHT_OUTER', 'FULL_OUTER', 'INNER', 'CROSS'] end |