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

Packages that use de.fuberlin.wiwiss.d2rq.sql
de.fuberlin.wiwiss.d2rq.algebra Implementation of an RDF-based relational algebra. 
de.fuberlin.wiwiss.d2rq.dbschema JDBC-based database schema inspection code. 
de.fuberlin.wiwiss.d2rq.expr   
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.parser Code that converts a D2RQ mapping file from its RDF representation into corresponding Java objects. 
de.fuberlin.wiwiss.d2rq.rdql Implementation of Jena's Graph query handler. 
de.fuberlin.wiwiss.d2rq.sql SQL query and result processing code. 
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.sql used by de.fuberlin.wiwiss.d2rq.algebra
ConnectedDB
           
ResultRow
          A result row returned by a database query, presented as a map from columns to string values.
TripleMaker
          Something that can create RDF triples from a query result row.
 

Classes in de.fuberlin.wiwiss.d2rq.sql used by de.fuberlin.wiwiss.d2rq.dbschema
ConnectedDB
           
 

Classes in de.fuberlin.wiwiss.d2rq.sql used by de.fuberlin.wiwiss.d2rq.expr
ConnectedDB
           
 

Classes in de.fuberlin.wiwiss.d2rq.sql used by de.fuberlin.wiwiss.d2rq.fastpath
SelectStatementBuilder
          Collects parts of a SELECT query and delivers a corresponding SQL statement.
TripleMaker
          Something that can create RDF triples from a query result row.
 

Classes in de.fuberlin.wiwiss.d2rq.sql used by de.fuberlin.wiwiss.d2rq.map
ConnectedDB
           
 

Classes in de.fuberlin.wiwiss.d2rq.sql used by de.fuberlin.wiwiss.d2rq.nodes
ResultRow
          A result row returned by a database query, presented as a map from columns to string values.
 

Classes in de.fuberlin.wiwiss.d2rq.sql used by de.fuberlin.wiwiss.d2rq.parser
ConnectedDB
           
 

Classes in de.fuberlin.wiwiss.d2rq.sql used by de.fuberlin.wiwiss.d2rq.rdql
ConnectedDB
           
 

Classes in de.fuberlin.wiwiss.d2rq.sql used by de.fuberlin.wiwiss.d2rq.sql
BeanCounter
          A class for capturing performance information.
ConnectedDB
           
ResultRow
          A result row returned by a database query, presented as a map from columns to string values.
ResultRowMap
          A result row returned by a database query, presented as a map from columns to string values.
TripleMaker
          Something that can create RDF triples from a query result row.
 

Classes in de.fuberlin.wiwiss.d2rq.sql used by de.fuberlin.wiwiss.d2rq.values
ResultRow
          A result row returned by a database query, presented as a map from columns to string values.