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
- Usage:
- : This class is general use.
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()
isLeftOuterJoin
boolean isLeftOuterJoin()
isRightOuterJoin
boolean isRightOuterJoin()
Copyright © 2005-2015 Health Market Science. All Rights Reserved.