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

Packages that use Project
org.jrdf.query.execute   
org.jrdf.query.relation.operation.mem.project   
 

Uses of Project in org.jrdf.query.execute
 

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

Uses of Project in org.jrdf.query.relation.operation.mem.project
 

Classes in org.jrdf.query.relation.operation.mem.project that implement Project
 class ProjectImpl
          Implements restrict by going through the relation and removing the columns.