Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Categorise External Functions
Tue, Dec 15 2009 1:43 AMPermanent Link

Steve Forbes

Team Elevate Team Elevate

Hi Tim,

Welcome home!

I think it would be useful to be able to declare external functions with a
category and then have them displayed under those categories in EDB Manager
... e.g.

EXECUTE IMMEDIATE 'CREATE FUNCTION "HashString" (IN AString VARCHAR) RETURNS
VARCHAR
       EXTERNAL NAME "EDBHash" CATEGORY "Hashing Routines" DESCRIPTION
''Returns a MD5 hash value for a string (expressed as a hexadecimal
string)'';';

Not overly important but would alleviate clutter if you add heaps of
functions (and I have just started on a mega function library for EDB Smile

Best regards

Steve

Tue, Dec 15 2009 7:24 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Steve,

<< Welcome home! >>

Thanks.

<< I think it would be useful to be able to declare external functions with
a category and then have them displayed under those categories in EDB
Manager .. e.g. >>

I'll put it on the list to include when I add some additional functions for
the modules to return lists of implemented procedures and functions.

Thanks,

--
Tim Young
Elevate Software
www.elevatesoft.com

Image