downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SQLite3Stmt::bindParam> <SQLite3::version
[edit] Last updated: Fri, 10 Feb 2012

view this page in

SQLite3Stmt クラス

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

導入

SQLite 3 拡張モジュールのプリペアドステートメントを扱うクラスです。

クラス概要

SQLite3Stmt {
/* メソッド */
public bool bindParam ( string $sql_param , mixed &$param [, int $type ] )
public bool bindValue ( string $sql_param , mixed $value [, int $type ] )
public bool clear ( void )
public bool close ( void )
public SQLite3Result execute ( void )
public int paramCount ( void )
public bool reset ( void )
}

目次



add a note add a note User Contributed Notes SQLite3Stmt
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites