Correct way to send a composite type to Postgres - Mailing list pgsql-jdbc

From Jason Tesser
Subject Correct way to send a composite type to Postgres
Date
Msg-id 98bbb46a1002160313m25967352s8b59e480e778d5c4@mail.gmail.com
Whole thread Raw
Responses Re: Correct way to send a composite type to Postgres  (Kris Jurka <books@ejurka.com>)
List 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 by date:

Previous
From: Richard Rowell
Date:
Subject: Re: Timestamp confusion
Next
From: list_usr@spacebox.net
Date:
Subject: Column is of type date but expression is of type text