Re: streaming result sets: progress

From: Nic Ferrier <nferrier(at)tapsellferrier(dot)co(dot)uk>
To: snpe <snpe(at)snpe(dot)co(dot)yu>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: streaming result sets: progress
Date: 2002-11-22 19:16:59
Message-ID: 873cpt76tw.fsf@pooh-sticks-bridge.tapsellferrier.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

snpe <snpe(at)snpe(dot)co(dot)yu> writes:

> Yet another sugestion :
>
> When make createStatement, we haven't to do fetch - command is same except
> begin; declare xxx cursor (I think that and begin will not be required soon)
> When we call first ResultSet.next (or like) we call fetch if don't rows in memory.
> It is way in another databases : execute is prepare and bind (without fetch) and then is fetch
> JDBC specification tell same - execute don't nothing with row

JDBC spec doesn't require any particular behaviour... what we've got
kinda works.

Nic

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Joshua Daniel Franklin 2002-11-22 22:43:12 Getting started links
Previous Message Dennis King 2002-11-22 17:41:40 Redhat 8 default database warning: JDBC problems