cursor based result sets not updateable

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема cursor based result sets not updateable
Дата
Msg-id 1034433968.1893.160.camel@inspiron.cramers
обсуждение исходный текст
Ответ на Re: Out of memory error on huge resultset  (Nic Ferrier <nferrier@tapsellferrier.co.uk>)
Ответы Re: cursor based result sets not updateable  (Nic Ferrier <nferrier@tapsellferrier.co.uk>)
problem with the build file?  (Nic Ferrier <nferrier@tapsellferrier.co.uk>)
Список pgsql-jdbc
Nic,

Looking at the docs, we don't have to worry about updateable result
sets. cursors are read only

READ ONLY

SQL92 keyword indicating that the cursor will be used in a read only
mode. Since this is the only cursor access mode available in PostgreSQL
this keyword has no effect.

Dave


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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: 7.3 top-of-tree compilation error on OSX
Следующее
От: Nic Ferrier
Дата:
Сообщение: Re: cursor based result sets not updateable