Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
DB Access Module for PostgreSQL User's Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

2.5 Cursors

When using the DB Access Module for PostgreSQL, the DB Interface Module class RWDBCursor is implemented using PostgreSQL server text cursors. For writable cursors, the system column, ctid, of PostgreSQL tables, is used as the keyset. The DB Access Module for PostgreSQL doesn't support writable cursors, and therefore updates, deletes, and inserts are performed with separate SQL statements using the same connection as the cursor.

PostgreSQL binary cursors are not supported.



Previous fileTop of DocumentContentsNo linkNext file

Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo, and SourcePro, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.