Mysql_xdevapi
PHP Manual

TableUpdate class

(PECL mysql-xdevapi >= 8.0.11)

Introduction

A statement for record update operations on a Table.

Class synopsis

mysql_xdevapi\TableUpdate implements mysql_xdevapi\Executable {
/* Methods */
public mysql_xdevapi\TableUpdate bind ( array $placeholder_values )
public mysql_xdevapi\TableUpdate execute ( void )
public mysql_xdevapi\TableUpdate limit ( integer $rows )
public mysql_xdevapi\TableUpdate orderby ( mixed $orderby_expr [, mixed $... ] )
public mysql_xdevapi\TableUpdate set ( string $table_field , string $expression_or_literal )
public mysql_xdevapi\TableUpdate where ( string $where_expr )
}

Table of Contents


Mysql_xdevapi
PHP Manual