com.im.df.api 5.9

com.im.df.api.capabilities
Interface DBRelationshipCapability

All Superinterfaces:
DFCapability
All Known Subinterfaces:
DBRelationshipMtoN

public interface DBRelationshipCapability
extends DFCapability

Represents database extension of DFRelationship object.


Method Summary
 SchemaQualifiedName getFkName()
          Returns the name for the foreign key constraint, if it is present.
 

Method Detail

getFkName

SchemaQualifiedName getFkName()
Returns the name for the foreign key constraint, if it is present. The method may return null, if the relationship is not enforced by DB-level constraint.


com.im.df.api 5.9