|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Relationship | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| Uses of Relationship in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return Relationship | |
|---|---|
Relationship |
RelationshipBuilder.toRelationship(Database db)
Creates a new Relationship in the given Database with the currently configured attributes. |
| Methods in com.healthmarketscience.jackcess that return types with arguments of type Relationship | |
|---|---|
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. |
| Uses of Relationship in com.healthmarketscience.jackcess.impl |
|---|
| Classes in com.healthmarketscience.jackcess.impl that implement Relationship | |
|---|---|
class |
RelationshipImpl
Information about a relationship between two tables in the database. |
| Methods in com.healthmarketscience.jackcess.impl that return types with arguments of type Relationship | |
|---|---|
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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||