ingres_execute

(PECL ingres >= 1.1.0)

ingres_executeExecute a prepared query

说明

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

Execute a query prepared using ingres_prepare().

Note: Related Configurations

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

参数

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.

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE

参见

相关文章
php cubrid 函数 execute a prepared sql statementphp firebird/interbase 函数 execute a previously prepared queryphp firebird/interbase 函数 free memory allocated by a prepared queryphp firebird/interbase 函数 return information about a parameter in a prepared queryphp firebird/interbase 函数 execute a query on an interbase databasephp informix 函数 execute a previously prepared sql statementphp ingres 函数 execute a prepared queryphp ingres 函数 get the name of a field in a query resultphp ingres 函数 get the type of a field in a query resultphp ingres 函数 get the number of fields returned by the last queryphp ingres 函数 send an unbuffered sql query to ingresphp maxdb 函数 executes a prepared queryphp odbc 函数 execute a prepared statementphp postgresql 函数 sends a request to execute a prepared statement with given parameters and waits for the resultphp postgresql 函数 sends a request to execute a prepared statement with given parameters without waiting for the result s php sqlite 函数 execute a query against a given database and returns an arrayphp sqlite 函数 execute a query that does not prefetch and buffer all dataphp sqlsrv 函数 retrieves metadata for the fields of a statement prepared by sqlsrv prepare or sqlsrv queryphp sdo das relational 函数 executes an sql query passed as a prepared statement with a list of values to substitute for placeholders and return the results as a normalised data graphphp swish 函数 execute a query and return results object
关注编程学问公众号