|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelationshipBuilder | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| Uses of RelationshipBuilder in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return RelationshipBuilder | |
|---|---|
RelationshipBuilder |
RelationshipBuilder.addColumns(Column fromCol,
Column toCol)
Adds a pair of columns to the relationship. |
RelationshipBuilder |
RelationshipBuilder.addColumns(String fromCol,
String toCol)
Adds a pair of columns to the relationship. |
RelationshipBuilder |
RelationshipBuilder.setCascadeDeletes()
Enables deletes to be cascaded from the "from" table to the "to" table. |
RelationshipBuilder |
RelationshipBuilder.setCascadeNullOnDelete()
Enables deletes in the "from" table to be cascaded as "null" to the "to" table. |
RelationshipBuilder |
RelationshipBuilder.setCascadeUpdates()
Enables updates to be cascaded from the "from" table to the "to" table. |
RelationshipBuilder |
RelationshipBuilder.setJoinType(Relationship.JoinType joinType)
Sets the preferred join type for this relationship. |
RelationshipBuilder |
RelationshipBuilder.setName(String relationshipName)
Sets a specific name for this relationship. |
RelationshipBuilder |
RelationshipBuilder.setReferentialIntegrity()
Enables referential integrity enforcement for this relationship. |
| Uses of RelationshipBuilder in com.healthmarketscience.jackcess.impl |
|---|
| Methods in com.healthmarketscience.jackcess.impl with parameters of type RelationshipBuilder | |
|---|---|
RelationshipImpl |
RelationshipCreator.createRelationship(RelationshipBuilder relationship)
Creates the relationship in the database. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||