Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl |
Modifier and Type | Method and Description |
---|---|
Relationship |
RelationshipBuilder.toRelationship(Database db)
Creates a new Relationship in the given Database with the currently
configured attributes.
|
Modifier and Type | Method and Description |
---|---|
List<Relationship> |
Database.getRelationships()
Finds all the relationships in the database in non-system tables.
|
List<Relationship> |
Database.getRelationships(Table table)
Finds all the relationships in the database for the given table.
|
List<Relationship> |
Database.getRelationships(Table table1,
Table table2)
Finds all the relationships in the database between the given tables.
|
List<Relationship> |
Database.getSystemRelationships()
Finds all the relationships in the database, including system
tables.
|
Modifier and Type | Class and Description |
---|---|
class |
RelationshipImpl
Information about a relationship between two tables in the database.
|
Modifier and Type | Method and Description |
---|---|
List<Relationship> |
DatabaseImpl.getRelationships() |
List<Relationship> |
DatabaseImpl.getRelationships(Table table) |
List<Relationship> |
DatabaseImpl.getRelationships(TableImpl table1,
TableImpl table2) |
List<Relationship> |
DatabaseImpl.getRelationships(Table table1,
Table table2) |
List<Relationship> |
DatabaseImpl.getSystemRelationships() |
Copyright © 2005–2025 OpenHMS. All rights reserved.