KeyRefpublic class KeyRef extends IdentityConstraint Schema key reference identity constraint. |
Fields Summary |
---|
protected UniqueOrKey | fKeyThe key (or unique) being referred to. |
Constructors Summary |
---|
public KeyRef(String namespace, String identityConstraintName, String elemName, UniqueOrKey key)Constructs a keyref with the specified name.
super(namespace, identityConstraintName, elemName);
fKey = key;
type = IC_KEYREF;
|
|