extra rowcopy in ResultSet allways needed ?.

From: Gustav Trede <gustav(dot)trede_wsdevel(at)telia(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: extra rowcopy in ResultSet allways needed ?.
Date: 2008-02-16 15:21:28
Message-ID: 47B6FF78.9010802@telia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

hello,

I would be happy if someone could explain something i dont understand in
the current code.

Is the extra rowcopy allways needed to be done, for example in boolean
next() method in resultset ?

Is the copy not only needed in some detectable special case ?.

thanks
gustav

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2008-02-16 15:52:00 Re: UUID datatype
Previous Message Gustav Trede 2008-02-16 15:15:48 Resultset rowcopy allways needed?