TableUpdate class

TableUpdate class

(PECL mysql-xdevapi >= 8.0.11)

簡介

A statement for record update operations on a Table.

類摘要

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

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *