略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: mysql_xdevapi\TableUpdate

2024-05-07

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
}

目录

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/class.mysql-xdevapi-tableupdate.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3