suche nach in der

SQLite3Stmt::bindParam> <SQLite3::version
Last updated: Fri, 18 May 2012

view this page in

The SQLite3Stmt class

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

Einführung

Ein Klasse, die vorbereitete Anweisungen für die SQLite-3-Erweiterung abwickelt.

Klassenbeschreibung

SQLite3Stmt {
/* Methoden */
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 )
}

Inhaltsverzeichnis



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

SQLite3Stmt::bindParam> <SQLite3::version
Last updated: Fri, 18 May 2012