public interface ForeignKey extends BaseForeignKey<ForeignKeyColumnReference>, AttributedObject, DescribedObject, Constraint
| Modifier and Type | Method and Description |
|---|---|
ForeignKeyDeferrability |
getDeferrability()
Gets the deferrability.
|
ForeignKeyUpdateRule |
getDeleteRule()
Gets the delete rule.
|
java.lang.String |
getSpecificName()
Gets a generated specific name for databases that support
non-unique foreign key names.
|
ForeignKeyUpdateRule |
getUpdateRule()
Gets the update rule.
|
getColumnReferencesgetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarksgetConstraintType, isDeferrable, isInitiallyDeferredgetFullName, getName, toUniqueLookupKeygetDefinition, hasDefinitionForeignKeyDeferrability getDeferrability()
ForeignKeyUpdateRule getDeleteRule()
java.lang.String getSpecificName()
ForeignKeyUpdateRule getUpdateRule()
Copyright © 2000-2019 Sualeh Fatehi. All rights reserved.