Oh wait! FK_NAME is also available from a join right? (I was thinking
about "FK constraint name" when I sent my last email).
Yeah, let's probably use a non-public subclass if you need to store
extra info during a DbLoader run.
Andrus
On Dec 19, 2007, at 12:59 PM, Andrus Adamchik wrote:
I am +1 on adding this extra field to DbRelationship. This can be a
useful piece of metadata down the road.
Andrus
On Dec 19, 2007, at 9:39 AM, Tore Halset wrote:
Hello.
I want to pick up FK_NAME in DbLoader and store it temporarily in
the DbRelationship. This is for the merging of foreign keys. See
CAY-937.
Should I add fkName as a transient attribute to DbRelationship or
create a subclass of DbRelationship called something like
DbRelationshipWithFkName?
Regards,
- Tore.