導入 - 接続 (Previous) (Next) 導入 - 取得

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

導入 - クエリ

導入 - クエリ -- データベースに対するクエリの実行

説明

データベースに対してクエリを実行するには、関数 query() を使用します。 この関数は、クエリ文字列を引数として受け取ります。 失敗した場合は MDB_Error オブジェクトが返されます。返された値を MDB::isError() でチェックするようにしましょう。 成功した場合は、MDB_OK かあるいは SELECT 文の場合は結果リソースのハンドルが返されます。

導入 - 接続 (Previous) (Next) 導入 - 取得

Download Documentation Last updated: Sun, 07 Sep 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.