Re: Pass Java object to stored Procedure
Posted by: Todd Farmer
Date: February 13, 2012 02:05PM

Hi Sanjeev,

I'm not sure your use case makes much sense to me. MySQL isn't an object-oriented database. While you can represent serialized Java objects as a BLOB, it's not clear to me why you would want to do this with a stored procedure. MySQL stored procedures cannot currently be written in Java, so unless you build a Java deserialization utility, the data being passed in will be useless.

You also mention MySQL Workbench. This also has no Java interface (it does have Python plug-in support, however). Again, it's not clear why Workbench would be part of any plan involving Java objects.

Maybe you can provide further details regarding your objectives?

--
Todd Farmer
MySQL @ Oracle
http://www.oracle.com/mysql/

Options: ReplyQuote


Subject
Written By
Posted
Re: Pass Java object to stored Procedure
February 13, 2012 02:05PM


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.