ingres_execute
(PECL ingres >= 1.1.0)
ingres_execute — Execute a prepared query
説明
boolean ingres_execute
( resource $result
[, array $params
[, string $types
]] )
Execute a query prepared using ingres_prepare().
注意: 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 を返します。
参考
- ingres_unbuffered_query() - Send an unbuffered SQL query to Ingres
- ingres_fetch_array() - 1 行分の結果を配列に取得する
- ingres_fetch_assoc() - Fetch a row of result into an associative array
- ingres_fetch_object() - 1 行分の結果をオブジェクトとして取得する
- ingres_fetch_row() - 1 行分の結果を数値添字配列として取得する
- ingres_commit() - トランザクションをコミットする
- ingres_rollback() - トランザクションをロールバックする
- ingres_autocommit() - autocommit をオンまたはオフに切替える
- ingres_set_environment() - Set environment features controlling output options
- ingres_errno() - 直近に発生した ingres エラー番号を取得する
- ingres_error() - 直近に発生したエラーのエラーメッセージを取得する
ingres_execute
There are no user contributed notes for this page.
