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

Packages that use de.fuberlin.wiwiss.d2rq.rdql
de.fuberlin.wiwiss.d2rq.map   
de.fuberlin.wiwiss.d2rq.rdql   
 

Classes in de.fuberlin.wiwiss.d2rq.rdql used by de.fuberlin.wiwiss.d2rq.map
NodeConstraint
          Holds constraint information for a variable node.
TablePrefixer
          A class for collecting database table information and for creating table aliases.
 

Classes in de.fuberlin.wiwiss.d2rq.rdql used by de.fuberlin.wiwiss.d2rq.rdql
CombinedPatternStage
          A CombinedPatternStage is a Stage that handles a conjunction of triples (a pattern).
ConstraintHandler
          Handles variable node constraints for a TripleQuery conjunction.
ConstraintHandler.NodeMakerIterator
          Iterates over all the nodes of a triple conjunction.
ExpressionTranslator
          Translates an RDQL expression into a SQL expression.
ExpressionTranslator.Result
          A Result is an auxiliary construct used with the ExpressionTranslator class only.
NodeConstraint
          Holds constraint information for a variable node.
OperatorMap
          OperatorMap describes an Operator mapping from rdqlOperator to sqlOperator.
OverloadTest.A
           
OverloadTest.B
           
TablePrefixer
          A class for collecting database table information and for creating table aliases.
VariableBindings
          A class for capturing binding information for variables that occour in a CombinedPatternStage.