public static class IndexImpl.ForeignKeyReference
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
_cascadeDeletes |
private boolean |
_cascadeUpdates |
private int |
_otherIndexNumber |
private int |
_otherTablePageNumber |
private byte |
_tableType |
| Constructor and Description |
|---|
ForeignKeyReference(byte tableType,
int otherIndexNumber,
int otherTablePageNumber,
boolean cascadeUpdates,
boolean cascadeDeletes) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOtherIndexNumber() |
int |
getOtherTablePageNumber() |
byte |
getTableType() |
boolean |
isCascadeDeletes() |
boolean |
isCascadeUpdates() |
boolean |
isPrimaryTable() |
java.lang.String |
toString() |
private final byte _tableType
private final int _otherIndexNumber
private final int _otherTablePageNumber
private final boolean _cascadeUpdates
private final boolean _cascadeDeletes
public ForeignKeyReference(byte tableType,
int otherIndexNumber,
int otherTablePageNumber,
boolean cascadeUpdates,
boolean cascadeDeletes)
public byte getTableType()
public boolean isPrimaryTable()
public int getOtherIndexNumber()
public int getOtherTablePageNumber()
public boolean isCascadeUpdates()
public boolean isCascadeDeletes()
public java.lang.String toString()
toString in class java.lang.Object