Class CrossJoin

  • All Implemented Interfaces:
    ADQLObject, FromContent

    public class CrossJoin
    extends ADQLJoin

    Cross join.

    In ADQL "T1, T2" is equivalent to "T1, T2" or to "T1 CROSS JOIN T2" in SQL.

    Version:
    08/2011
    Author:
    Grégory Mantelet (CDS)
    • Constructor Detail

      • CrossJoin

        public CrossJoin​(CrossJoin toCopy)
                  throws java.lang.Exception
        Builds a copy of the given CROSS join.
        Parameters:
        toCopy - The CROSS join to copy.
        Throws:
        java.lang.Exception - If there is an error during the copy.
        See Also:
        ADQLJoin(ADQLJoin)