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.15 Contents of RWDBSystemHandle

The RWDBConnection::systemHandle() method returns a pointer to a base class from which a family of implementation-specific classes is derived. To use the database API directly, an application can downcast this pointer to the appropriate type, and use its implementation-specific features. Naturally, this usage reduces an application's portability.

For a PostgreSQL connection, the implementation-specific system handle has the data type RWDBPGSSystemHandle. It contains the PGconn* used by the RWDBConnection. The following method may be used to retrieve this component:

2.15.1 Rows per Cursor Fetch

To improve the performance of cursor result sets, the PostgreSQL Access Module fetches n number of rows from the server in a single call and buffers them internally. The default value of n is 10.

The number of rows fetched for cursor result sets can be altered through the following methods:

2.15.2 Using RWDBSystemHandle

If it is necessary for your application to make calls directly to the PostgreSQL libpq API, proceed as in the following example:

Example 7: Calling the PostgreSQL libpq API directly



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.