MYSQL stored procedure accessing java object stored as a BLOB.

Posted by V.Anand on Stack Overflow See other posts from Stack Overflow or by V.Anand
Published on 2009-12-11T12:45:52Z Indexed on 2010/05/09 20:28 UTC
Read the original article Hit count: 211

Filed under:
|
|
|

I am storing a Java object as an byte in a blob of a table. The java object is customized object. How can I construct the java object and use it in the stored procedure?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about stored-procedures