Class AggStar.Table.JoinCondition

  • Enclosing class:
    AggStar.Table

    public class AggStar.Table.JoinCondition
    extends java.lang.Object
    The query join condition between a base table and this table (the table that owns the join condition).
    • Method Detail

      • getTable

        public AggStar.Table getTable()
        Get the enclosing AggStar.Table.
      • getLeft

        public java.lang.String getLeft​(SqlQuery query)
        Return the left join expression as string.
      • toString

        java.lang.String toString​(SqlQuery query)
        This is used to create part of a SQL where clause.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • print

        public void print​(java.io.PrintWriter pw,
                          java.lang.String prefix)
        Prints this table and its children.