Druckansicht von http://www.php-homepage.de/manual/book.sqlite3.php
[ Main Menue ]
Homepage
Downloads
Artikel
Scripts
Forum
PHP-Manual
Links
News
Freelancer
Bücher
RuDolF
Suche
Misc
Über diese Seite
Kontakt
Wunschzettel
MyGuestbook
[ Suche ]
PHP-Homepage
Im Web
PHP-Manual
Deutsches Manual
DE Quickref
US Quickref
US Mailingliste
MySQL-Manual
Links
Foren
[ Manual ]
Anbieterspezifische Datenbankerweiterungen
CUBRID
DB++
dBase
filePro
Firebird/InterBase
FrontBase
IBM DB2
Informix
Ingres
MaxDB
Mongo
mSQL
Mssql
MySQL
OCI8
Ovrimos SQL
Paradox
PostgreSQL
SQLite
SQLite3
SQLSRV
Sybase
tokyo_tyrant
sqlite_valid
Letztes Update:
18.05.2012
Einführung
SQLite3
Einführung
Installation/Konfiguration
Anforderungen
Installation
Laufzeit-Konfiguration
Ressource-Typen
Vordefinierte Konstanten
SQLite3
— Die SQLite3-Klasse
SQLite3::busyTimeout
— Sets the busy connection handler
SQLite3::changes
— Gibt die Anzahl der Datenbankreihen zurück, die durch die letzte SQL-Anfrage verändert, gelöscht oder hinzugefügt wurden.
SQLite3::close
— Beendet eine Datenbankverbindung
SQLite3::__construct
— Instantiiert ein SQLite3 Objekt und öffnet eine SQLite3 Datenbank
SQLite3::createAggregate
— Registriert eine PHP-Funktion zum Gebrauch als SQL-Aggregat-Funktion
SQLite3::createFunction
— Registriert eine PHP-Funktion, die als SQL-Skalar-Funktion genutzt werden kann
SQLite3::escapeString
— Gibt eine passend maskierte Zeichenkette zurück
SQLite3::exec
— Führt eine ergebnislose Anfrage gegen den Datenbank-Server aus
SQLite3::lastErrorCode
— Gibt den numerischen Ergebniscode der letzten fehlgeschlagenen SQLite-Anweisung zurück
SQLite3::lastErrorMsg
— Gibt einen englischen Text zurück, der die letzten fehlgeschlagenen SQLite-Anfrage beschreibt.
SQLite3::lastInsertRowID
— Gibt die Datensatz-Id des zuletzt getätigten INSERT in die Datenbank zurück
SQLite3::loadExtension
— Attempts to load an SQLite extension library
SQLite3::open
— Öffnet eine SQlite Datenbank
SQLite3::prepare
— Bereitet eine SQL-Anweisung für die Ausführung vor
SQLite3::query
— Führt eine SQL-Anfrage aus
SQLite3::querySingle
— Executes a query and returns a single result
SQLite3::version
— Returns the SQLite3 library version as a string constant and as a number
SQLite3Stmt
— The SQLite3Stmt class
SQLite3Stmt::bindParam
— Binds a parameter to a statement variable
SQLite3Stmt::bindValue
— Binds the value of a parameter to a statement variable
SQLite3Stmt::clear
— Clears all current bound parameters
SQLite3Stmt::close
— Closes the prepared statement
SQLite3Stmt::execute
— Executes a prepared statement and returns a result set object
SQLite3Stmt::paramCount
— Returns the number of parameters within the prepared statement
SQLite3Stmt::reset
— Resets the prepared statement
SQLite3Result
— Die SQLite3Result Klasse
SQLite3Result::columnName
— Returns the name of the nth column
SQLite3Result::columnType
— Returns the type of the nth column
SQLite3Result::fetchArray
— Fetches a result row as an associative or numerically indexed array or both
SQLite3Result::finalize
— Closes the result set
SQLite3Result::numColumns
— Returns the number of columns in the result set
SQLite3Result::reset
— Resets the result set back to the first row
© Copyright 1999 - 2011 by Mark Kronsbein
|
Impressum
|
Nutzungsbedingungen
|
Weiterempfehlen
|
Seitenanfang
0.0021