Class Join


  • public class Join
    extends Object
    • Constructor Detail

      • Join

        public Join()
    • Method Detail

      • getLeft

        public Object getLeft()
      • setLeft

        public void setLeft​(Object left)
      • setRight

        public void setRight​(Table right)
      • getRight

        public Table getRight()
      • getType

        public int getType()
      • setType

        public void setType​(int type)
      • getEquation

        public Equation getEquation()
      • setEquation

        public void setEquation​(Equation equation)