GoLang ingres_execute

request it (294)
GoLang replacement for PHP's ingres_execute [edit | history]



Do you know a GoLang replacement for PHP's ingres_execute? Write it!

PHP ingres_execute

PHP original manual for ingres_execute [ show | php.net ]

ingres_execute

(PECL ingres >= 1.1.0)

ingres_executeExecute a prepared query

Description

bool ingres_execute ( resource $result [, array $params [, string $types ]] )

Execute a query prepared using ingres_prepare().

Note: Related Configurations

See also the ingres.describe, ingres.scrollable and ingres.utf8 directives in Runtime Configuration.

Parameters

result

The result query identifier

params

An array of parameter values to be used with the query

types

A string containing a sequence of types for the parameter values passed. See the types parameter in ingres_query() for the list of type codes.

Return Values

Returns TRUE on success or FALSE on failure.

See Also