Class: PGresult

Inherits:
Object
  • Object
show all
Defined in:
ext/postgres.c

Overview

******************************************************************

The class to represent the query result tuples (rows).
An instance of this class is created as the result of every query.
You may need to invoke the #clear method of the instance when finished with
the result for better memory performance.