MDB_Common::prepareQuery()

MDB_Common::prepareQuery() -- prepares a SQL statment

概要

require_once 'MDB.php';

resource prepareQuery (string $query)

説明

Prepares a query for execution with executeQuery() .

パラメータ

string $query

the query to prepareQuery

返り値

resource - the query handle

注意

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

See Introduction - Execute for general using and an example.

参照

executeQuery() , executeQuery()