SQLite3Stmt::bindParam> <SQLite3::version
Last updated: Fri, 24 Feb 2012

The SQLite3Stmt class

(No version information available, might only be in SVN)

Introdução

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

Sinopse da classe

SQLite3Stmt {
/* Métodos */
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 )
}

Índice



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

SQLite3Stmt::bindParam> <SQLite3::version
Last updated: Fri, 24 Feb 2012