MySQL and PHP

5.35 TableUpdate class

Copyright 1997-2021 the PHP Documentation Group.

A statement for record update operations on a Table.

 mysql_xdevapi\TableUpdate {
mysql_xdevapi\TableUpdate , mysql_xdevapi\Executable Methods  public mysql_xdevapi\TableUpdate mysql_xdevapi\TableUpdate::bind(array placeholder_values);
  public mysql_xdevapi\TableUpdate mysql_xdevapi\TableUpdate::execute();
  public mysql_xdevapi\TableUpdate mysql_xdevapi\TableUpdate::limit(int rows);
  public mysql_xdevapi\TableUpdate mysql_xdevapi\TableUpdate::orderby(mixed orderby_expr,
                                                                      mixed orderby_exprs);

  public mysql_xdevapi\TableUpdate mysql_xdevapi\TableUpdate::set(string table_field,
                                                                  string expression_or_literal);

  public mysql_xdevapi\TableUpdate mysql_xdevapi\TableUpdate::where(string where_expr);
}