Re: very large result sets and ResultSet.relative() to jump to a desired offset - Mailing list pgsql-jdbc

From Matt Magoffin
Subject Re: very large result sets and ResultSet.relative() to jump to a desired offset
Date
Msg-id 52017.192.168.1.106.1222238081.squirrel@msqr.us
Whole thread Raw
In response to Re: very large result sets and ResultSet.relative() to jump to a desired offset  (Oliver Jowett <oliver@opencloud.com>)
Responses Re: very large result sets and ResultSet.relative() to jump to a desired offset  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
> I'd suggest using LIMIT/OFFSET in your query.
>
> -O

Hmm, I had thought of that but was hoping to stay just in generic JDBC,
without Postgres specific SQL changes.

-- m@

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: very large result sets and ResultSet.relative() to jump to a desired offset
Next
From: "Michael Nacos"
Date:
Subject: Re: COPY support in JDBC driver?