com.healthmarketscience.jackcess.impl
Class IndexImpl.ForeignKeyReference
java.lang.Object
com.healthmarketscience.jackcess.impl.IndexImpl.ForeignKeyReference
- Enclosing class:
- IndexImpl
public static class IndexImpl.ForeignKeyReference
- extends Object
Information about a foreign key reference defined in an index (when
referential integrity should be enforced).
|
Constructor Summary |
IndexImpl.ForeignKeyReference(byte tableType,
int otherIndexNumber,
int otherTablePageNumber,
boolean cascadeUpdates,
boolean cascadeDeletes)
|
IndexImpl.ForeignKeyReference
public IndexImpl.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 String toString()
- Overrides:
toString in class Object
Copyright © 2005-2015 Health Market Science. All Rights Reserved.