Pg 8.3, jdbc and UUID - Mailing list pgsql-jdbc

From Mario Splivalo
Subject Pg 8.3, jdbc and UUID
Date
Msg-id 4975DF3D.10606@megafon.hr
Whole thread Raw
Responses Re: Pg 8.3, jdbc and UUID  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
List 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

pgsql-jdbc by date:

Previous
From: Kent Tong
Date:
Subject: Re: experience sharing: select query returns more records than necessary
Next
From: uprooter
Date:
Subject: Re: JDBC exception, incompatible types in simple stored procedure.