Exception: PGError

Inherits:
StandardError
  • Object
show all
Defined in:
ext/pg.c,
ext/pg.c

Overview

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

This is the exception class raised when an error is returned from
a libpq API call.

The attributes +connection+ and +result+ are set to the connection
object and result set object, respectively.

If the connection object or result set object is not available from
the context in which the error was encountered, it is +nil+.

Instance Attribute Summary collapse

Instance Attribute Details

#connectionObject (readonly)

#resultObject (readonly)