Re: streaming result sets: progress

Поиск
Список
Период
Сортировка
От Nic Ferrier
Тема Re: streaming result sets: progress
Дата
Msg-id 873cpt76tw.fsf@pooh-sticks-bridge.tapsellferrier.co.uk
обсуждение исходный текст
Ответ на Re: streaming result sets: progress  (snpe <snpe@snpe.co.yu>)
Ответы Re: streaming result sets: progress
Список pgsql-jdbc
snpe <snpe@snpe.co.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

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: snpe
Дата:
Сообщение: Re: streaming result sets: progress
Следующее
От: Joshua Daniel Franklin
Дата:
Сообщение: Getting started links