getresult

getresult

Name

getresult -- get the values returned by the query

Synopsis

getresult()

Parameters

none

Return Type

list

List of tuples.

Exceptions

SyntaxError

Too many arguments.

pg.error

Invalid previous result.

Description

getresult() method returns the list of the values returned by the query. More information about this result may be accessed using listfields, fieldname and fieldnum methods.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.