Uses of Package
de.fuberlin.wiwiss.d2rq.fastpath

Packages that use de.fuberlin.wiwiss.d2rq.fastpath
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.rdql Implementation of Jena's Graph query handler. 
de.fuberlin.wiwiss.d2rq.sql SQL query and result processing code. 
 

Classes in de.fuberlin.wiwiss.d2rq.fastpath used by de.fuberlin.wiwiss.d2rq.fastpath
ConstraintHandler.NodeMakerIterator
          Iterates over all the nodes of a triple conjunction.
VariableBindings
          A class for capturing binding information for variables that occour in a D2RQPatternStage.
VariableIndex
          Helper class for storing the index of a node within a query.
VarInfos
           
 

Classes in de.fuberlin.wiwiss.d2rq.fastpath used by de.fuberlin.wiwiss.d2rq.rdql
ConstraintHandler
          Handles variable node constraints for a TripleQuery conjunction.
NodeConstraintImpl
          Holds constraint information for a variable node.
 

Classes in de.fuberlin.wiwiss.d2rq.fastpath used by de.fuberlin.wiwiss.d2rq.sql
ConstraintHandler
          Handles variable node constraints for a TripleQuery conjunction.