Обсуждение: Return Type Table.

Поиск
Список
Период
Сортировка

Return Type Table.

От
Sangyoon Oh
Дата:
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