Interface Union

    • Method Detail

      • getSelects

        Select[] getSelects()
        Return the selects that make up this union.
      • getOrdering

        java.lang.String getOrdering()
        Get the union-level ordering, if any.
      • isUnion

        boolean isUnion()
        Whether this is a true UNION, rather than a logical combination of independent selects.
      • abortUnion

        void abortUnion()
        Force the use of a series of standard selects rather than a true UNION.
      • select

        void select​(Union.Selector selector)
        Select data using the given selector.