setIsForeignKey()

Sets the attribute property that indicates whether the attribute is part of a foreign key.

Syntax

public void setIsForeignKey(boolean fKey);
 

Parameters

fKey
Indicates whether this attribute is part of a foreign key.

Return values

None.

See also

isForeignKey()

Copyright IBM Corp. 1997, 2004