Uses of Class
de.fuberlin.wiwiss.d2rq.map.Join

Packages that use Join
de.fuberlin.wiwiss.d2rq.find   
de.fuberlin.wiwiss.d2rq.map   
de.fuberlin.wiwiss.d2rq.rdql   
 

Uses of Join in de.fuberlin.wiwiss.d2rq.find
 

Methods in de.fuberlin.wiwiss.d2rq.find that return Join
private  Join TripleQuery.getSingleJoinReferencingTable(java.lang.String table)
          Gets a join that references a table, but only if there is exactly one join that references that table.
 

Methods in de.fuberlin.wiwiss.d2rq.find with parameters of type Join
private  boolean TripleQuery.isOptionalTable(java.lang.String table, Join join)
          Checks if a table can be dropped.
private  void TripleQuery.eliminateColumns(Join join, java.lang.String tableName)
          If we have determined that a table can be dropped, then we have to rewrite all references to columns in that table to the columns on the other side of the join.
 

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

Methods in de.fuberlin.wiwiss.d2rq.map that return Join
static Join Join.buildJoin(java.lang.String condition)
           
 

Methods in de.fuberlin.wiwiss.d2rq.map with parameters of type Join
 void Database.inferColumnTypes(Join join)
          Infers additional type information for columns used in a join by assuming that two joined columns have the same type.
 

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

Fields in de.fuberlin.wiwiss.d2rq.rdql declared as Join
(package private)  Join TablePrefixerTest.join
           
 

Methods in de.fuberlin.wiwiss.d2rq.rdql that return Join
 Join TablePrefixer.prefixJoin(Join join)
           
 

Methods in de.fuberlin.wiwiss.d2rq.rdql with parameters of type Join
 java.lang.Object TablePrefixer.prefix(Join obj)
           
 Join TablePrefixer.prefixJoin(Join join)