Whitebeam Object Definition

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Object Definition

Method Description

PgsqlResult.clear()

Clear a result set.

See Also

PgsqlConnection, PgsqlResult

Syntax

null = PgsqlResult.clear()

Parameters

The 'PgsqlResult.clear' method takes no parameters

Results

The 'PgsqlResult.clear' method returns null:

Type/Value Range/Length Description
null   none

Remarks

Call this method when you have finished with the results returned from a specific call to 'exec'. This method frees all the storage assigned locally by the Postgres library for holding results from an operation. Failure to call clear in a complex page can cause the size of the process to expand significantly.

At the end of a page generation all result sets are cleared.

Whitebeam release 1.3.36
(loadtime : 9ms)