Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl |
Modifier and Type | Method and Description |
---|---|
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.
|
static RelationshipBuilder |
DatabaseBuilder.newRelationship(String fromTable,
String toTable)
Convenience method for constructing a RelationshipBuilder.
|
static RelationshipBuilder |
DatabaseBuilder.newRelationship(Table fromTable,
Table toTable)
Convenience method for constructing a RelationshipBuilder.
|
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.
|
Modifier and Type | Method and Description |
---|---|
RelationshipImpl |
RelationshipCreator.createRelationship(RelationshipBuilder relationship)
Creates the relationship in the database.
|
Copyright © 2005–2024 OpenHMS. All rights reserved.