Hi guys

, i have a big problem with this requeriment,
I need create a stored procedure with the following structure
In parameters:
String cod
String date
Out Parameters:
String flag
String type
Resultset:
id | name | country
My problem is how can I capture out parameters and resultset from Java, is it possible doing that?????
pd:sorry for my english
