update page now
Longhorn PHP 2026 - Call For Papers

Die Klasse TableUpdate

(PECL mysql-xdevapi >= 8.0.11)

Einführung

Eine Anweisung, um Datensätze in einer Tabelle zu aktualisieren.

Klassenbeschreibung

class mysql_xdevapi\TableUpdate implements mysql_xdevapi\Executable {
/* Methoden */
public function bind(array $placeholder_values): mysql_xdevapi\TableUpdate
public function execute(): mysql_xdevapi\TableUpdate
public function limit(int $rows): mysql_xdevapi\TableUpdate
public function orderby(mixed $orderby_expr, mixed ...$orderby_exprs): mysql_xdevapi\TableUpdate
public function set(string $table_field, string $expression_or_literal): mysql_xdevapi\TableUpdate
public function where(string $where_expr): mysql_xdevapi\TableUpdate
}

Inhaltsverzeichnis

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top