ingres_execute
(PECL ingres >= 1.1.0)
ingres_execute — Execute a prepared query
Opis
bool ingres_execute
( resource
$result
[, array $params
[, string $types
]] )Execute a query prepared using ingres_prepare().
Informacja: Related Configurations
See also the ingres.describe, ingres.scrollable and ingres.utf8 directives in Runtime Configuration.
Parametry
-
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.
Zwracane wartości
Zwraca TRUE w przypadku powodzenia, FALSE w
przypadku błędu.
Zobacz też:
- ingres_unbuffered_query() - Send an unbuffered SQL query to Ingres
- ingres_fetch_array() - Fetch a row of result into an array
- ingres_fetch_assoc() - Fetch a row of result into an associative array
- ingres_fetch_object() - Fetch a row of result into an object
- ingres_fetch_row() - Fetch a row of result into an enumerated array
- ingres_commit() - Zatwierdza transakcję
- ingres_rollback() - Wycofuje transakcję
- ingres_autocommit() - Włącza lub wyłącza automatyczne zatwierdzanie
- ingres_set_environment() - Set environment features controlling output options
- ingres_errno() - Zwraca ostatnio wygenerowany numer błędu Ingres
- ingres_error() - Zwraca znaczący komunikat o ostatnio wygenerowanym błędzie
There are no user contributed notes for this page.
