|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vishnu.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 Join
toString
in class java.lang.Object
public SQLConditionalExpression conditions()
conditions
in interface Join
public boolean equals(java.lang.Object o)
equals
in interface Join
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface Join
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |