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

Packages that use de.fuberlin.wiwiss.d2rq.values
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.map Classes that represent the components of a mapping file. 
de.fuberlin.wiwiss.d2rq.nodes Code that maps a set of database values into a set of RDF nodes. 
de.fuberlin.wiwiss.d2rq.rdql Implementation of Jena's Graph query handler. 
de.fuberlin.wiwiss.d2rq.types Code for dealing with XSD data types. 
de.fuberlin.wiwiss.d2rq.values Code for expressing a rule that generates a set of values from some data in the database. 
 

Classes in de.fuberlin.wiwiss.d2rq.values used by de.fuberlin.wiwiss.d2rq.fastpath
BlankNodeID
          A blank node identifier that uniquely identifies all resources generated from a specific ClassMap.
Pattern
          A pattern that combines one or more database columns into a String.
 

Classes in de.fuberlin.wiwiss.d2rq.values used by de.fuberlin.wiwiss.d2rq.map
Translator
          Custom translator between database values and RDF values.
ValueMaker
          Describes a set of strings that are obtained in some way from one or more database columns.
 

Classes in de.fuberlin.wiwiss.d2rq.values used by de.fuberlin.wiwiss.d2rq.nodes
BlankNodeID
          A blank node identifier that uniquely identifies all resources generated from a specific ClassMap.
Pattern
          A pattern that combines one or more database columns into a String.
ValueMaker
          Describes a set of strings that are obtained in some way from one or more database columns.
 

Classes in de.fuberlin.wiwiss.d2rq.values used by de.fuberlin.wiwiss.d2rq.rdql
Pattern
          A pattern that combines one or more database columns into a String.
 

Classes in de.fuberlin.wiwiss.d2rq.values used by de.fuberlin.wiwiss.d2rq.types
Translator
          Custom translator between database values and RDF values.
 

Classes in de.fuberlin.wiwiss.d2rq.values used by de.fuberlin.wiwiss.d2rq.values
Pattern
          A pattern that combines one or more database columns into a String.
Translator
          Custom translator between database values and RDF values.
ValueDecorator.ValueConstraint
           
ValueMaker
          Describes a set of strings that are obtained in some way from one or more database columns.