TableUpdate class

Introduction

A statement for record update operations on a Table.

Class synopsis

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