Pg 8.3, jdbc and UUID

From: Mario Splivalo <mario(dot)splivalo(at)megafon(dot)hr>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Pg 8.3, jdbc and UUID
Date: 2009-01-20 14:27:09
Message-ID: 4975DF3D.10606@megafon.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

What would be the best way to use JDBC and UUIDs?

Since the only interface between the java codebase and postgres RDBMS is
trough the pl/pgsql functions, shall I write my functions to accept
varchars, and there convert them to uuids, same thing for returning
UUIDS to java?

Mike

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kent Tong 2009-01-20 14:43:32 Re: experience sharing: select query returns more records than necessary
Previous Message Oliver Jowett 2009-01-20 12:34:18 Re: experience sharing: select query returns more records than necessary