Can i use java objects in Stored Procedure
Jan 4, 2013
Hi all
i'm very new to Volt DB and SQL.i have some doubts regrading usage of Stored Procedures.
I'm using volt db java client interface.
in my application i'm sending byte array of java object as a argument to stored procedure.
Actually my plan is in my Stored Procedure class i want to deserialize byte array to normal java object,from this java object i want to extract fields and fill into sql statements. but this plan is not working.
Volt Compiler creating jar for only .classes of StoreProcedure objects but these objects are depend on my java domain classes. so how to include my java classes in catalog jar file
Thanks
Ramesh
i'm very new to Volt DB and SQL.i have some doubts regrading usage of Stored Procedures.
I'm using volt db java client interface.
in my application i'm sending byte array of java object as a argument to stored procedure.
Actually my plan is in my Stored Procedure class i want to deserialize byte array to normal java object,from this java object i want to extract fields and fill into sql statements. but this plan is not working.
Volt Compiler creating jar for only .classes of StoreProcedure objects but these objects are depend on my java domain classes. so how to include my java classes in catalog jar file
Thanks
Ramesh