Re: Help with Methods ???

From: --CELKO-- <71062.1056_at_compuserve.com>
Date: 7 Oct 2002 08:45:02 -0700
Message-ID: <c0d87ec0.0210070745.6f906d11_at_posting.google.com>


>> What is a good clear definition of a database method? and can
custom methods be created in a database? <<

This question makes no sense. Methods are an OO concept and are not part of the relational model.

You can write stored procedures and put them in a database, but they are kept at the schema level, not the table level. Triggers are stored procedures which are invoked by actions on a table (insert, update, delete). Received on Mon Oct 07 2002 - 17:45:02 CEST

Original text of this message