Package de.fuberlin.wiwiss.d2rq.sql

SQL query and result processing code.

See:
          Description

Interface Summary
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.
 

Class Summary
ApplyTripleMakerIterator Iterates over the triple stream created by applying several triple makers to each row of an SQL QueryExecutionIterator.
BeanCounter A class for capturing performance information.
ConnectedDB  
QueryExecutionIterator Executes an SQL query and delivers result rows as an iterator over arrays of Strings.
ResultRowMap A result row returned by a database query, presented as a map from columns to string values.
SelectStatementBuilder Collects parts of a SELECT query and delivers a corresponding SQL statement.
SQL Parses different types of SQL fragments from Strings, and turns them back into Strings.
 

Package de.fuberlin.wiwiss.d2rq.sql Description

SQL query and result processing code.