Classe TableUpdate

(PECL mysql-xdevapi >= 8.0.11)

Introduction

Une déclaration pour des opérations de mises à jours sur une Table.

Synopsis de la classe

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

Sommaire