| java.lang.Object com.healthmarketscience.jackcess.Relationship
Relationship | public class Relationship (Code) | | Information about a relationship between two tables in the database.
author: James Ahlborn |
cascadeDeletes | public boolean cascadeDeletes()(Code) | | |
cascadeUpdates | public boolean cascadeUpdates()(Code) | | |
getFlags | public int getFlags()(Code) | | |
hasReferentialIntegrity | public boolean hasReferentialIntegrity()(Code) | | |
isLeftOuterJoin | public boolean isLeftOuterJoin()(Code) | | |
isOneToOne | public boolean isOneToOne()(Code) | | |
isRightOuterJoin | public boolean isRightOuterJoin()(Code) | | |
|
|