PHP Doku:: The SQLite3Stmt class - class.sqlite3stmt.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenSQLite3The SQLite3Stmt class

Ein Service von Reinhard Neidl - Webprogrammierung.

SQLite3

<<SQLite3::version

SQLite3Stmt::bindParam>>


UnterSeiten:

The SQLite3Stmt class

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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)