public class Except extends SetOperation
Constructor and Description |
---|
Except(Relation left,
Relation right,
boolean distinct) |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context) |
boolean |
equals(java.lang.Object obj) |
Relation |
getLeft() |
Relation |
getRight() |
int |
hashCode() |
boolean |
isDistinct() |
java.lang.String |
toString() |
public Relation getLeft()
public Relation getRight()
public boolean isDistinct()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
accept
in class SetOperation