wanna store Object in MySQL database
Posted
by kandarp
on Stack Overflow
See other posts from Stack Overflow
or by kandarp
Published on 2010-04-30T19:44:17Z
Indexed on
2010/04/30
19:47 UTC
Read the original article
Hit count: 252
I have a variable in java which return type is Object(java.lang.Object). I want to store this variable value in MySQL database without casting in any other primitive data type. Is there any data type available in MySQL related to Object? If anybody knows, please reply at your earliest time.
Thanks,
© Stack Overflow or respective owner