Uses of Interface
org.jrdf.query.relation.operation.Union

Packages that use Union
org.jrdf.query.execute   
org.jrdf.query.relation.operation.mem.join.outer   
org.jrdf.query.relation.operation.mem.union   
 

Uses of Union in org.jrdf.query.execute
 

Constructors in org.jrdf.query.execute with parameters of type Union
NaiveQueryEngineImpl(Project project, NadicJoin naturalJoin, Restrict restrict, Union union, DyadicJoin leftOuterJoin)
           
 

Uses of Union in org.jrdf.query.relation.operation.mem.join.outer
 

Constructors in org.jrdf.query.relation.operation.mem.join.outer with parameters of type Union
FullOuterJoinImpl(DyadicJoin leftOuterJoin, Union union, AntiJoin antiJoin)
           
LeftOuterJoinImpl(AntiJoin antiJoin, NadicJoin naturalJoin, Union union)
           
 

Uses of Union in org.jrdf.query.relation.operation.mem.union
 

Classes in org.jrdf.query.relation.operation.mem.union that implement Union
 class MinimumUnionImpl
           
 class OuterUnionImpl
           
 

Constructors in org.jrdf.query.relation.operation.mem.union with parameters of type Union
MinimumUnionFullOuterJoinImpl(MinimumUnionLeftOuterJoin leftOuterJoin, Union minimumUnion)
           
MinimumUnionLeftOuterJoinImpl(NadicJoin naturalJoin, Union minimumUnion)