public interface Relationship
Database
.Modifier and Type | Interface and Description |
---|---|
static class |
Relationship.JoinType |
Modifier and Type | Method and Description |
---|---|
boolean |
cascadeDeletes() |
boolean |
cascadeNullOnDelete() |
boolean |
cascadeUpdates() |
List<Column> |
getFromColumns() |
Table |
getFromTable() |
Relationship.JoinType |
getJoinType() |
String |
getName() |
List<Column> |
getToColumns() |
Table |
getToTable() |
boolean |
hasReferentialIntegrity() |
boolean |
isLeftOuterJoin() |
boolean |
isOneToOne() |
boolean |
isRightOuterJoin() |
String getName()
Table getFromTable()
Table getToTable()
boolean isOneToOne()
boolean hasReferentialIntegrity()
boolean cascadeUpdates()
boolean cascadeDeletes()
boolean cascadeNullOnDelete()
boolean isLeftOuterJoin()
boolean isRightOuterJoin()
Relationship.JoinType getJoinType()
Copyright © 2005–2024 OpenHMS. All rights reserved.