com.healthmarketscience.jackcess
Class Index.ForeignKeyReference
java.lang.Object
com.healthmarketscience.jackcess.Index.ForeignKeyReference
- Enclosing class:
- Index
public static class Index.ForeignKeyReference
- extends java.lang.Object
Information about a foreign key reference defined in an index (when referential integrity
should be enforced).
Constructor Summary |
Index.ForeignKeyReference(byte tableType,
int otherIndexNumber,
int otherTablePageNumber,
boolean cascadeUpdates,
boolean cascadeDeletes)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Index.ForeignKeyReference
public Index.ForeignKeyReference(byte tableType,
int otherIndexNumber,
int otherTablePageNumber,
boolean cascadeUpdates,
boolean cascadeDeletes)
getTableType
public byte getTableType()
isPrimaryTable
public boolean isPrimaryTable()
getOtherIndexNumber
public int getOtherIndexNumber()
getOtherTablePageNumber
public int getOtherTablePageNumber()
isCascadeUpdates
public boolean isCascadeUpdates()
isCascadeDeletes
public boolean isCascadeDeletes()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object