|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvishnu.model.algebra.AbstractBinaryRelation
vishnu.model.algebra.MixedJoin
public class MixedJoin
![]() |
![]() |
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface vishnu.model.algebra.Relation |
|---|
Relation.Context, Relation.ContextNotSelectedException |
| Field Summary |
|---|
| Fields inherited from class vishnu.model.algebra.AbstractBinaryRelation |
|---|
r, s |
| Constructor Summary | |
|---|---|
MixedJoin(Relation r,
Relation s,
SQLConditionalExpression e)
Creates a new instance of join |
|
| Method Summary | |
|---|---|
SQLConditionalExpression |
conditions()
|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class vishnu.model.algebra.AbstractBinaryRelation |
|---|
algorithm, algorithm, debugging, hasChanged, leftRelation, leftRelation, perform, rightRelation, rightRelation, setChanged, setContext, signature |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface vishnu.model.algebra.BinaryRelation |
|---|
leftRelation, leftRelation, rightRelation, rightRelation |
| Methods inherited from interface vishnu.model.algebra.Relation |
|---|
algorithm, algorithm, hasChanged, perform, setChanged, setContext, signature |
| Constructor Detail |
|---|
public MixedJoin(Relation r,
Relation s,
SQLConditionalExpression e)
| Method Detail |
|---|
public java.lang.String toString()
toString in interface JointoString in class java.lang.Objectpublic SQLConditionalExpression conditions()
conditions in interface Joinpublic boolean equals(java.lang.Object o)
equals in interface Joinequals in class java.lang.Objectpublic int hashCode()
hashCode in interface JoinhashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||