SQLite3
PHP Manual

The SQLite3_stmt class

Introduction

Description of the class.

Class synopsis

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

Table of Contents


SQLite3
PHP Manual