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.engine   
de.fuberlin.wiwiss.d2rq.expr   
de.fuberlin.wiwiss.d2rq.map Classes that represent the components of a mapping file. 
de.fuberlin.wiwiss.d2rq.mapgen The mapping generator introspects a database schema and generates a simple default D2RQ mapping that matches the DB schema. 
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.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
          TODO Move all engine-specific code from here to Vendor and its implementations
 

Classes in de.fuberlin.wiwiss.d2rq.sql used by de.fuberlin.wiwiss.d2rq.dbschema
ConnectedDB
          TODO Move all engine-specific code from here to Vendor and its implementations
 

Classes in de.fuberlin.wiwiss.d2rq.sql used by de.fuberlin.wiwiss.d2rq.engine
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.expr
ConnectedDB
          TODO Move all engine-specific code from here to Vendor and its implementations
 

Classes in de.fuberlin.wiwiss.d2rq.sql used by de.fuberlin.wiwiss.d2rq.map
ConnectedDB
          TODO Move all engine-specific code from here to Vendor and its implementations
 

Classes in de.fuberlin.wiwiss.d2rq.sql used by de.fuberlin.wiwiss.d2rq.mapgen
ConnectedDB
          TODO Move all engine-specific code from here to Vendor and its implementations
 

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
          TODO Move all engine-specific code from here to Vendor and its implementations
 

Classes in de.fuberlin.wiwiss.d2rq.sql used by de.fuberlin.wiwiss.d2rq.sql
BeanCounter
          A class for capturing performance information.
ConnectedDB
          TODO Move all engine-specific code from here to Vendor and its implementations
Quoter
           
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 SELECT clause entries to string values.
 

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.