Uses of Class
de.fuberlin.wiwiss.d2rq.sql.ConnectedDB

Packages that use ConnectedDB
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.map Classes that represent the components of a mapping file. 
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. 
 

Uses of ConnectedDB in de.fuberlin.wiwiss.d2rq.algebra
 

Methods in de.fuberlin.wiwiss.d2rq.algebra that return ConnectedDB
 ConnectedDB Relation.database()
           
 ConnectedDB RelationImpl.database()
           
 

Methods in de.fuberlin.wiwiss.d2rq.algebra with parameters of type ConnectedDB
 String Expression.toSQL(ConnectedDB database)
           
 

Constructors in de.fuberlin.wiwiss.d2rq.algebra with parameters of type ConnectedDB
RelationImpl(ConnectedDB database, AliasMap aliases, Map attributeConditions, Expression condition, Set joinConditions)
           
 

Uses of ConnectedDB in de.fuberlin.wiwiss.d2rq.dbschema
 

Constructors in de.fuberlin.wiwiss.d2rq.dbschema with parameters of type ConnectedDB
DatabaseSchemaInspector(ConnectedDB db)
           
 

Uses of ConnectedDB in de.fuberlin.wiwiss.d2rq.map
 

Methods in de.fuberlin.wiwiss.d2rq.map that return ConnectedDB
 ConnectedDB Database.connectedDB()
           
 

Uses of ConnectedDB in de.fuberlin.wiwiss.d2rq.parser
 

Methods in de.fuberlin.wiwiss.d2rq.parser with parameters of type ConnectedDB
 Relation RelationBuilder.buildRelation(ConnectedDB database)
           
 

Uses of ConnectedDB in de.fuberlin.wiwiss.d2rq.rdql
 

Constructors in de.fuberlin.wiwiss.d2rq.rdql with parameters of type ConnectedDB
ExpressionTranslator(ConstraintHandler handler, ConnectedDB database)
           
MySQLExpressionTranslator(ConstraintHandler handler, ConnectedDB database)
           
 

Uses of ConnectedDB in de.fuberlin.wiwiss.d2rq.sql
 

Methods in de.fuberlin.wiwiss.d2rq.sql that return ConnectedDB
 ConnectedDB SelectStatementBuilder.getDatabase()
           
 

Methods in de.fuberlin.wiwiss.d2rq.sql with parameters of type ConnectedDB
static String SQL.quoteColumnsInExpression(String expression, ConnectedDB database)
           
 

Constructors in de.fuberlin.wiwiss.d2rq.sql with parameters of type ConnectedDB
QueryExecutionIterator(String sql, List columns, ConnectedDB db)
           
SelectStatementBuilder(ConnectedDB database)
          TODO: Try if we can change parameters to (Relation, projectionColumns) and make immutable