SQLite3
PHP Manual

SQLite3Stmt 类

(PHP 5 >= 5.3.0)

简介

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

Table of Contents


SQLite3
PHP Manual