MySQL Forums
Forum List  »  Oracle

Re: Packages in MySQL
Posted by: Roland Bouman
Date: March 24, 2006 03:19PM

Well, i think i'm on the safe side saying that you can forget about the concept, at least for the current mysql versions.

In MySQL, you can make a habit of storing functionally related procedures and functions in a separate database dedicated for just that purpose. By doing this, you are effectively creating a separate namespace for your procs and funcs, which is of course one of the characteristics of a package.

However, this ability is about as far as you can stretch it - and it's not very far.

Maybe you'd like to add a comment to this feature request. You never know, it might help:

http://bugs.mysql.com/bug.php?id=11696

Options: ReplyQuote


Subject
Views
Written By
Posted
30792
March 23, 2006 03:34PM
10470
March 24, 2006 06:03AM
8130
March 24, 2006 01:41PM
Re: Packages in MySQL
8307
March 24, 2006 03:19PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.