com.healthmarketscience.jackcess
Interface Relationship
- All Known Implementing Classes:
- RelationshipImpl
public interface Relationship
Information about a relationship between two tables in the Database.
- Author:
- James Ahlborn
getName
String getName()
getFromTable
Table getFromTable()
getFromColumns
List<Column> getFromColumns()
getToTable
Table getToTable()
getToColumns
List<Column> getToColumns()
isOneToOne
boolean isOneToOne()
hasReferentialIntegrity
boolean hasReferentialIntegrity()
cascadeUpdates
boolean cascadeUpdates()
cascadeDeletes
boolean cascadeDeletes()
cascadeNullOnDelete
boolean cascadeNullOnDelete()
isLeftOuterJoin
boolean isLeftOuterJoin()
isRightOuterJoin
boolean isRightOuterJoin()
getJoinType
Relationship.JoinType getJoinType()
Copyright © 2005-2017 Health Market Science. All Rights Reserved.