previousMDB_Common::numRows() (Previous) (Next) MDB_Common::query()next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

MDB_Common::prepareQuery()

MDB_Common::prepareQuery() – SQL 文を準備する

Synopsis

require_once 'MDB.php';

resource prepareQuery ( string $query )

Description

executeQuery() で実行するクエリを準備します。

Parameter

string $query

準備するクエリ。

Return value

resource - クエリのハンドルを返します。

Note

This function can not be called statically.

一般的な使用法やサンプルは 導入 - 実行 を参照ください。

previousMDB_Common::numRows() (Previous) (Next) MDB_Common::query()next

Download Documentation Last updated: Sun, 21 Jun 2009
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.