Uses of Interface
de.fuberlin.wiwiss.d2rq.sql.TripleMaker

Packages that use TripleMaker
de.fuberlin.wiwiss.d2rq.algebra Implementation of an RDF-based relational algebra. 
de.fuberlin.wiwiss.d2rq.fastpath D2RQ's Fastpath query implementation is able to translate a basic graph pattern (a set of triples that may contain variables) into a single SQL expression. 
de.fuberlin.wiwiss.d2rq.sql SQL query and result processing code. 
 

Uses of TripleMaker in de.fuberlin.wiwiss.d2rq.algebra
 

Subinterfaces of TripleMaker in de.fuberlin.wiwiss.d2rq.algebra
 interface RDFRelation
          A relation, as defined in relational algebra, plus a set of NodeMakers attached to the relation, plus a set of TripleMakers attached to the NodeMakers.
 

Classes in de.fuberlin.wiwiss.d2rq.algebra that implement TripleMaker
 class TripleRelation
          A respresentation of a d2rq:PropertyBridge, describing how a set of virtual triples are to be obtained from a database.
 class UnionOverSameBase
           
 

Uses of TripleMaker in de.fuberlin.wiwiss.d2rq.fastpath
 

Constructors in de.fuberlin.wiwiss.d2rq.fastpath with parameters of type TripleMaker
ApplyTripleMakerRowIterator(com.hp.hpl.jena.util.iterator.ClosableIterator sqlIterator, TripleMaker[] tripleMakers)
           
 

Uses of TripleMaker in de.fuberlin.wiwiss.d2rq.sql
 

Constructors in de.fuberlin.wiwiss.d2rq.sql with parameters of type TripleMaker
ApplyTripleMakerIterator(com.hp.hpl.jena.util.iterator.ClosableIterator sqlIterator, TripleMaker tripleMaker)