SQLite3
PHP Manual

The SQLite3Stmt class

소개

A class that handles prepared statements for the SQLite 3 extension.

클래스 개요

SQLite3Stmt
SQLite3Stmt {
/* Methods */
public bool bindParam ( int $param_number , mixed &$param [, int $type ] )
public bool bindValue ( int $param_number , mixed $param [, int $type ] )
public bool clear ( void )
public bool close ( void )
public SQLite3_result execute ( void )
public int paramCount ( void )
public bool reset ( void )
}

Table of Contents


SQLite3
PHP Manual