Thread: Return Type Table.

Return Type Table.

From
Sangyoon Oh
Date:
Hi,

    I wrote a plpgsql fucntion and tried to call it from jdbc program.

    What return type should I set for the return?
    I mean, what I have to have in
    statement.registerOutParameter(1, Types.?????);

    Thanks,

-Sangyoon Oh