The SQLite3Stmt class

(PHP 5 >= 5.3.0)

Вступ

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

Короткий Огляд Класа

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

Зміст

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top