PgSQLResult.h



Discussion

PgSQLResult is a wrapper class for a PGresult *.
It's created by calling the getResultSet method of a PostgreSQL object. It implements PgSQLBindingProtocol and PgSQLResultSetProtocol, making possible to get results using bindXXX methods and to naviagte in the result set using nextRow, previousRow, etc.

(Last Updated 12/27/2002)