public class ForeignKeyReference
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
deferrableOption |
protected java.lang.String |
foreignColumns |
protected java.lang.String |
foreignTable |
protected java.lang.String |
onDeleteAction |
protected java.lang.String |
onUpdateAction |
Constructor and Description |
---|
ForeignKeyReference(FOREIGN_KEY_REFERENCE fkrAnnotation) |
ForeignKeyReference(java.lang.String foreignTableName,
java.lang.String[] foreignColumnNames,
OnUpdateDeleteActions onDeleteAction,
OnUpdateDeleteActions onUpdateAction,
DeferrableOptions deferrableOption) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
protected final java.lang.String foreignTable
protected final java.lang.String foreignColumns
protected final java.lang.String onDeleteAction
protected final java.lang.String onUpdateAction
protected final java.lang.String deferrableOption
public ForeignKeyReference(java.lang.String foreignTableName, java.lang.String[] foreignColumnNames, OnUpdateDeleteActions onDeleteAction, OnUpdateDeleteActions onUpdateAction, DeferrableOptions deferrableOption)
public ForeignKeyReference(FOREIGN_KEY_REFERENCE fkrAnnotation)