public class SetOperationRelation extends AbstractRelation
| Modifier and Type | Class and Description |
|---|---|
static class |
SetOperationRelation.SetOpType |
| Constructor and Description |
|---|
SetOperationRelation(AbstractRelation left,
AbstractRelation right,
SetOperationRelation.SetOpType setOpType) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRelation |
getLeft() |
AbstractRelation |
getRight() |
String |
getSetOpType() |
deepcopy, equals, getAliasName, hashCode, isSupportedAggregate, setAliasName, toStringpublic SetOperationRelation(AbstractRelation left, AbstractRelation right, SetOperationRelation.SetOpType setOpType)
public AbstractRelation getLeft()
public AbstractRelation getRight()
public String getSetOpType()
Copyright © 2018 University of Michigan. All rights reserved.