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.
|
ForeignKeyUpdateRule |
getUpdateRule()
Gets the update rule.
|
getColumnReferences
forEach, iterator, spliterator
getAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttribute
getRemarks, hasRemarks
getConstraintType, isDeferrable, isInitiallyDeferred
getFullName, getLookupKey, getName
compareTo
getDefinition, hasDefinition
ForeignKeyDeferrability getDeferrability()
ForeignKeyUpdateRule getDeleteRule()
ForeignKeyUpdateRule getUpdateRule()
Copyright © 2000-2017 Sualeh Fatehi. All rights reserved.