Home > PHP > Function > > ingres_cursor()

ingres_cursor()

ingres_cursor - Get a cursor name for a given result resource

Syntax

string ingres_cursor (resource $result)

Arguments

  • result - The query result identifier

Description

Returns a string with the active cursor name. If no cursor is active then NULL is returned.

Version

PHP PECL ingres >= 1.1.0

Return value

Returns a string containing the active cursor name. If no cursor is active then NULL is returned.