MDB_Common::dropSequence() (Previous) (Next) MDB_Common::executeQuery()

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

MDB_Common::execute()

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

説明

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

パラメータ

resource $stmt

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

array $types

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

array $params

クエリに挿入するデータを含む、数値添字の配列。

array $param_types

指定した場合は、$param の値を自動的にその型に設定します。

返り値

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

注意

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

MDB_Common::dropSequence() (Previous) (Next) MDB_Common::executeQuery()

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.