Subject | RE: [IB-Architect] Trigger Templates |
---|---|
Author | Claudio Valderrama C. |
Post date | 2000-07-09T08:21:06Z |
> -----Original Message-----I hardly can imagine a multiple inheritance of tables, but it should be
> From: Joseph Alba [mailto:jalba@...]
> Sent: Domingo 9 de Julio de 2000 3:39
>
> Delphi is limited to delegation because it does not have multiple
> inheritance. Now, starting with Delphi 4 we have Interfaces,
> which provide
> some semblance of multiple inheritance (With regards to the importance of
> multiple inheritance, I can think of mix-ins - design pattern which wre
> quite hard to do in Delphi before Interfaces)
possible with some restrictions. (I imagine the face of Jim reading this.)
> I think question here concerns coupling. How tightly coupledAh, you want them as Delphi's event handlers, where they can remain defined
> should triggers
> be to tables. Should triggers be so tightly coupled to tables so that they
> can't be dropped without altering the table? My answer to this
> would be no.
> In fact, triggers can be loosely coupled to tables.
in code even if no component is using them.
> No need for reference counts if triggers are loosely coupled to tables.That's for checking purposes, to avoid run-time ugly surprises like in MsSql
v7.
> No heroes please. I am more of a believer in Deming - No individual starJust in case the new code has a bug?
> performers. Instead, "Team Work", "Cooperation", "Communication".
:-)
> Besides, IB has such a smallOf course, the original limitation of 2MB/4MB no longer applies, so Jim
> footprint,
> and I'm sure one or two more megabytes won't hurt at this present age.
could teach us about some structures/code that will benefit from the
assumption of 16 MB at least.
> But also remember that SQL that we use now is not really theAFAIK, the engine only understands BLR. QLI speaks GDML.
> first language
> of IB. It is GDML, right?
> So, this should hint that the internals of IBHope it is so smooth...
> should be ready to take in linguistic enhancements anytime, and hopefully,
> easily.
> My! Was it really 80?I didn't count them but they were a lot of and went above 40 at some
place... I contributed, too.
:-)
> -----------------[...]
> I'm glad HB did not take the first post as a boorish remark.
> Joseph AlbaMe, too. Later, I realized that "internal implementation details" is not
> jalba@...
the best way to refer to the character of a person.
;-)
C.