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:
General: This class is general use.

Method Summary
 boolean cascadeDeletes()
           
 boolean cascadeUpdates()
           
 List<Column> getFromColumns()
           
 Table getFromTable()
           
 String getName()
           
 List<Column> getToColumns()
           
 Table getToTable()
           
 boolean hasReferentialIntegrity()
           
 boolean isLeftOuterJoin()
           
 boolean isOneToOne()
           
 boolean isRightOuterJoin()
           
 

Method Detail

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.