Die Klasse SQLite3Stmt

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

Einführung

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

Klassenbeschreibung

classSQLite3Stmt {
private__construct(SQLite3$sqlite3, string$query)
publicbindParam(string|int$param, mixed&$var, int$type = SQLITE3_TEXT): bool
publicbindValue(string|int$param, mixed$value, int$type = SQLITE3_TEXT): bool
publicclear(): bool
publicclose(): bool
publicgetSQL(bool$expand = false): string|false
publicparamCount(): int
publicreadOnly(): bool
publicreset(): bool
}

Inhaltsverzeichnis

To Top