|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForeignKey | |
---|---|
org.d2rq.db.renamer | |
org.d2rq.db.schema | |
org.d2rq.lang | |
org.d2rq.mapgen |
Uses of ForeignKey in org.d2rq.db.renamer |
---|
Methods in org.d2rq.db.renamer that return ForeignKey | |
---|---|
ForeignKey |
Renamer.applyTo(TableName table,
ForeignKey foreignKey)
Renames tables/columns in a ForeignKey . |
Methods in org.d2rq.db.renamer with parameters of type ForeignKey | |
---|---|
ForeignKey |
Renamer.applyTo(TableName table,
ForeignKey foreignKey)
Renames tables/columns in a ForeignKey . |
Uses of ForeignKey in org.d2rq.db.schema |
---|
Methods in org.d2rq.db.schema that return types with arguments of type ForeignKey | |
---|---|
Set<ForeignKey> |
TableDef.getForeignKeys()
|
Constructor parameters in org.d2rq.db.schema with type arguments of type ForeignKey | |
---|---|
TableDef(TableName name,
List<ColumnDef> columns,
Key primaryKey,
Set<Key> uniqueKeys,
Set<ForeignKey> foreignKeys)
|
Uses of ForeignKey in org.d2rq.lang |
---|
Methods in org.d2rq.lang that return types with arguments of type ForeignKey | |
---|---|
Map<ForeignKey,TableName> |
JoinSetParser.getAssertedForeignKeys()
|
Methods in org.d2rq.lang with parameters of type ForeignKey | |
---|---|
static Join[] |
Join.createFrom(TableName table,
ForeignKey fk)
|
Uses of ForeignKey in org.d2rq.mapgen |
---|
Methods in org.d2rq.mapgen with parameters of type ForeignKey | |
---|---|
void |
Target.generateLinkProperty(Property property,
TableName table,
ForeignKey fk1,
ForeignKey fk2)
Generates a mapping from one N:M table to a property. |
void |
R2RMLTarget.generateLinkProperty(Property property,
TableName tableName,
ForeignKey fk1,
ForeignKey fk2)
|
void |
OntologyTarget.generateLinkProperty(Property property,
TableName table,
ForeignKey fk1,
ForeignKey fk2)
|
void |
D2RQTarget.generateLinkProperty(Property property,
TableName table,
ForeignKey fk1,
ForeignKey fk2)
|
void |
Target.generateRefProperty(Property property,
TableName table,
ForeignKey foreignKey)
Generates a mapping from a foreign key to a property. |
void |
R2RMLTarget.generateRefProperty(Property property,
TableName tableName,
ForeignKey foreignKey)
|
void |
OntologyTarget.generateRefProperty(Property property,
TableName table,
ForeignKey foreignKey)
|
void |
D2RQTarget.generateRefProperty(Property property,
TableName table,
ForeignKey foreignKey)
|
Property |
MappingStyle.getForeignKeyProperty(TableName tableName,
ForeignKey foreignKey)
Creates a property for a foreign key relationship between two tables. |
Property |
DirectMappingStyle.getForeignKeyProperty(TableName tableName,
ForeignKey foreignKey)
|
Property |
D2RQMappingStyle.getForeignKeyProperty(TableName tableName,
ForeignKey fk)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |