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)
Список
Дерево обсуждения
Out of memory error on huge resultset "Nick Fankhauser" <nickf@ontko.com>
Re: Out of memory error on huge resultset Dave Cramer <Dave@micro-automation.net>
Re: Out of memory error on huge resultset Aaron Mulder <ammulder@alumni.princeton.edu>
Re: Out of memory error on huge resultset Dave Cramer <Dave@micro-automation.net>
Re: Out of memory error on huge resultset nferrier@tapsellferrier.co.uk
Re: Out of memory error on huge resultset Dave Cramer <Dave@micro-automation.net>
Re: Out of memory error on huge resultset nferrier@tapsellferrier.co.uk
Re: Out of memory error on huge resultset Dave Cramer <Dave@micro-automation.net>
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 по дате отправления