|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Join | |
---|---|
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.mapgen | The mapping generator introspects a database schema and generates a simple default D2RQ mapping that matches the DB schema. |
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. |
Uses of Join in de.fuberlin.wiwiss.d2rq.algebra |
---|
Methods in de.fuberlin.wiwiss.d2rq.algebra that return Join | |
---|---|
Join |
ColumnRenamer.applyTo(Join original)
|
Join |
AliasMap.applyTo(Join join)
|
Join |
Join.renameColumns(ColumnRenamer columnRenamer)
|
Methods in de.fuberlin.wiwiss.d2rq.algebra that return types with arguments of type Join | |
---|---|
Set<Join> |
ColumnRenamer.applyToJoinSet(Set<Join> joins)
|
Set<Join> |
RelationImpl.joinConditions()
|
abstract Set<Join> |
Relation.joinConditions()
Returns the join conditions that must hold between the tables in the relation. |
Methods in de.fuberlin.wiwiss.d2rq.algebra with parameters of type Join | |
---|---|
Join |
ColumnRenamer.applyTo(Join original)
|
Join |
AliasMap.applyTo(Join join)
|
Method parameters in de.fuberlin.wiwiss.d2rq.algebra with type arguments of type Join | |
---|---|
Set<Join> |
ColumnRenamer.applyToJoinSet(Set<Join> joins)
|
Constructor parameters in de.fuberlin.wiwiss.d2rq.algebra with type arguments of type Join | |
---|---|
RelationImpl(ConnectedDB database,
AliasMap aliases,
Expression condition,
Expression softCondition,
Set<Join> joinConditions,
Set<ProjectionSpec> projections,
boolean isUnique,
List<OrderSpec> orderSpecs,
int limit,
int limitInverse)
|
Uses of Join in de.fuberlin.wiwiss.d2rq.dbschema |
---|
Methods in de.fuberlin.wiwiss.d2rq.dbschema that return types with arguments of type Join | |
---|---|
List<Join> |
DatabaseSchemaInspector.foreignKeys(RelationName tableName,
int direction)
Returns a list of imported or exported (foreign) keys for a table. |
Uses of Join in de.fuberlin.wiwiss.d2rq.mapgen |
---|
Methods in de.fuberlin.wiwiss.d2rq.mapgen with parameters of type Join | |
---|---|
void |
MappingGenerator.writeForeignKey(Join foreignKey)
|
Uses of Join in de.fuberlin.wiwiss.d2rq.parser |
---|
Methods in de.fuberlin.wiwiss.d2rq.parser with parameters of type Join | |
---|---|
void |
RelationBuilder.addJoinCondition(Join joinCondition)
|
Uses of Join in de.fuberlin.wiwiss.d2rq.sql |
---|
Methods in de.fuberlin.wiwiss.d2rq.sql that return types with arguments of type Join | |
---|---|
static Set<Join> |
SQL.parseJoins(Collection<String> joinConditions)
Builds a list of Join objects from a list of join condition strings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |