PHP Doku:: Die SQLite3-Klasse - class.sqlite3.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenSQLite3Die SQLite3-Klasse

Ein Service von Reinhard Neidl - Webprogrammierung.

SQLite3

<<Vordefinierte Konstanten

SQLite3::busyTimeout>>


UnterSeiten:

Die SQLite3-Klasse

Einführung

Eine Klasse, die eine Verbindung zu SQLite-3-Datenbanken zur Verfügung stellt

Klassenbeschreibung

SQLite3 {
/* Methoden */
public bool busyTimeout ( integer $msecs )
public int changes ( void )
public bool close ( void )
__construct ( string $Dateiname [, int $Schalter [, string $Verschlüsselungs-Phrase ]] )
public bool createAggregate ( string $name , mixed $step_callback , mixed $final_callback [, int $argument_count = -1 ] )
public bool createFunction ( string $name , mixed $callback [, int $argument_count = -1 ] )
public string escapeString ( string $value )
public bool exec ( string $query )
public int lastErrorCode ( void )
public string lastErrorMsg ( void )
public int lastInsertRowID ( void )
public bool loadExtension ( string $shared_library )
public bool open ( string $filename [, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE [, string $encryption_key ]] )
public SQLite3Stmt prepare ( string $query )
public SQLite3Result query ( string $query )
public mixed querySingle ( string $query [, bool $entire_row = false ] )
public array version ( 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",...)