Re: JDBC callable statement

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: JDBC callable statement
Дата
Msg-id 3C744B9D.1090402@xythos.com
обсуждение исходный текст
Ответ на JDBC callable statement  (Paul Bethe <pmbethe@yahoo.com>)
Список pgsql-patches
Paul,

You need to submit this in a diff -c format generated against current
cvs sources, otherwise we can't apply this patch.

thanks,
--Barry


Paul Bethe wrote:
> Here is an implementation w/ tests for the
> CallableStatement class.
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Sports - Coverage of the 2002 Olympic Games
> http://sports.yahoo.com
>
>
> ------------------------------------------------------------------------
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>



В списке pgsql-patches по дате отправления:

Предыдущее
От: Doug Fields
Дата:
Сообщение: [PATCH] Ability to PreparedStatement.setObject(#, int[])
Следующее
От: Paul Bethe
Дата:
Сообщение: Patch to JDBC Callable Stmt