PHP Doku:: The SQLite3Stmt class - class.sqlite3stmt.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The SQLite3Stmt class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
Datenbankerweiterungen
≥
Anbieterspezifische Datenbankerweiterungen
≥
SQLite3
≥
The SQLite3Stmt class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
SQLite3
<<
SQLite3::version
SQLite3Stmt::bindParam
>>
∧
PHP-Handbuch
∧
Funktionsreferenz
∧
Datenbankerweiterungen
∧
Anbieterspezifische Datenbankerweiterungen
∧
SQLite3
Die SQLite3-Klasse
Die SQLite3Result Klasse
The SQLite3Stmt class
Einführung
Vordefinierte Konstanten
Installation/Konfiguration
UnterSeiten:
∨
SQLite3Stmt::bindParam
∨
SQLite3Stmt::bindValue
∨
SQLite3Stmt::clear
∨
SQLite3Stmt::close
∨
SQLite3Stmt::execute
∨
SQLite3Stmt::paramCount
∨
SQLite3Stmt::reset
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
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
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...