MDB_Common::execute() (Previous) (Next) MDB_Common::executeMultiple()

View this page in Last updated: Sun, 31 Aug 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

MDB_Common::executeQuery()

MDB_Common::executeQuery() -- プリペアド SQL ステートメントを実行する

説明

executeQuery() は、 prepareQuery() のプリペアド SQL ステートメントと setParam() メソッドで設定したデータを結合し、SQL クエリを実行します。

パラメータ

resource $stmt

prepareQuery() から取得したクエリハンドル。

array $types

指定した場合は、取得した結果セットのカラムの型を設定します。

返り値

mixed - リソース ID//MDB_OK、 あるいは失敗した場合に MDB_Error を返します。

注意

この関数は、スタティックにコールする ことはできません。

一般的な使用法や使用例は、 導入 - 実行 を参照ください。

MDB_Common::execute() (Previous) (Next) MDB_Common::executeMultiple()

Download Documentation Last updated: Sun, 31 Aug 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.