SQLite3
PHP Manual

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 )
}

目次


SQLite3
PHP Manual