Correct way to send a composite type to Postgres

Поиск
Список
Период
Сортировка
От Jason Tesser
Тема Correct way to send a composite type to Postgres
Дата
Msg-id 98bbb46a1002160313m25967352s8b59e480e778d5c4@mail.gmail.com
обсуждение исходный текст
Ответы Re: Correct way to send a composite type to Postgres  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
I have a composite type that is an IN parameter for a Stored Function.  How do I construct the type in Java?

I know in Postgres I can do row(...)  I was hoping for something a little more Javaish instead to having to build that String.

Can I extend PGObject to accomplish this?

Thanks,
Jason Tesser
dotCMS Lead Development Manager
1-305-858-1422

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

Предыдущее
От: Richard Rowell
Дата:
Сообщение: Re: Timestamp confusion
Следующее
От: list_usr@spacebox.net
Дата:
Сообщение: Column is of type date but expression is of type text