SetFetchSize and SetFetchDirection - Mailing list pgsql-jdbc

From Kim Ho
Subject SetFetchSize and SetFetchDirection
Date
Msg-id 1059575568.5322.51.camel@yay-lap
Whole thread Raw
List pgsql-jdbc
Here is a patch that will allow fetch directions and sizes to be used.

My output from running ex.java is:

$ java ex
1
2
3
4
5
6
7
7
6
5
4
3
2
1
$

Doing a select * from integer_tab in psql gives:

test=# select * from integer_tab;
 a
---
 1
 2
 3
 4
 5
 6
 7
(7 rows)

test=#

Cheers,

Kim


Attachment

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: How to insert Chinese (big5) through JDBC?
Next
From: Fernando Nasser
Date:
Subject: Re: JDBC stored procs doc patch