row_added problem?

Frank Fock Frank.Fock____t-online.de
Sat Jun 17 17:15:44 CEST 2000


Hello Majdi,

the row_added method is indeed called just after the row is created.
Thus, all columns of that row will be unitialized a this point. In general,
one cannot make any assumptions when a row will be completly set.
It can be done within one PDU (createAnd Go) or within 5 minutes
with many PDUs.

So, I decided to let the individual columnar objects take care of
the set requests on their instances (prepare-, commit_set_request, etc.).
But there may be circumstances where it is necessary to allocate
some resources when a row is created in order its columnar instances
can do their job properly. For those cases, the row_added, row_init,
and row_deleted methods are designed.

Best regards,
Frank






More information about the AGENTPP mailing list