<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.mysql-xdevapi.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'class.mysql-xdevapi-tableupdate.php',
    1 => 'mysql_xdevapi\\TableUpdate',
    2 => 'TableUpdate class',
  ),
  'up' => 
  array (
    0 => 'book.mysql-xdevapi.php',
    1 => 'Mysql_xdevapi',
  ),
  'prev' => 
  array (
    0 => 'mysql-xdevapi-tableselect.where.php',
    1 => 'TableSelect::where',
  ),
  'next' => 
  array (
    0 => 'mysql-xdevapi-tableupdate.bind.php',
    1 => 'TableUpdate::bind',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mysql_xdevapi/mysql-xdevapi.tableupdate.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.mysql-xdevapi-tableupdate.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.mysql-xdevapi-tableupdate" class="reference">

 <h1 class="title">TableUpdate class</h1>
 

 <div class="partintro"><p class="verinfo">(PECL mysql-xdevapi &gt;= 8.0.11)</p>


  <div class="section" id="mysql-xdevapi-tableupdate.intro">
   <h2 class="title">Introduzione</h2>
   <p class="para">
    A statement for record update operations on a Table.
   </p>
  </div>


  <div class="section" id="mysql-xdevapi-tableupdate.synopsis">
   <h2 class="title">Sommario della classe</h2>


   <div class="classsynopsis">
    <span class="ooclass"><strong class="classname"></strong></span>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <span class="modifier">class</span> <strong class="classname">mysql_xdevapi\TableUpdate</strong>
     </span>

     <span class="oointerface"><span class="modifier">implements</span> 
       <a href="class.mysql-xdevapi-executable.php" class="interfacename">mysql_xdevapi\Executable</a></span> {</div>


    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Metodi */</div>
    <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>bind</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$placeholder_values</code></span>): <span class="type"><a href="class.mysql-xdevapi-tableupdate.php" class="type mysql_xdevapi\TableUpdate">mysql_xdevapi\TableUpdate</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>execute</strong></span>(): <span class="type"><a href="class.mysql-xdevapi-tableupdate.php" class="type mysql_xdevapi\TableUpdate">mysql_xdevapi\TableUpdate</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>limit</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$rows</code></span>): <span class="type"><a href="class.mysql-xdevapi-tableupdate.php" class="type mysql_xdevapi\TableUpdate">mysql_xdevapi\TableUpdate</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>orderby</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span> <code class="parameter">$orderby_expr</code></span>, <span class="methodparam"><span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span> <code class="parameter">...$orderby_exprs</code></span>): <span class="type"><a href="class.mysql-xdevapi-tableupdate.php" class="type mysql_xdevapi\TableUpdate">mysql_xdevapi\TableUpdate</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>set</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$table_field</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$expression_or_literal</code></span>): <span class="type"><a href="class.mysql-xdevapi-tableupdate.php" class="type mysql_xdevapi\TableUpdate">mysql_xdevapi\TableUpdate</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>where</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$where_expr</code></span>): <span class="type"><a href="class.mysql-xdevapi-tableupdate.php" class="type mysql_xdevapi\TableUpdate">mysql_xdevapi\TableUpdate</a></span></div>

   }</div>


  </div>

 </div>

 

















































<h2>Indice dei contenuti</h2><ul class="chunklist chunklist_reference"><li><a href="mysql-xdevapi-tableupdate.bind.php">TableUpdate::bind</a> — Bind update query parameters</li><li><a href="mysql-xdevapi-tableupdate.construct.php">TableUpdate::__construct</a> — TableUpdate constructor</li><li><a href="mysql-xdevapi-tableupdate.execute.php">TableUpdate::execute</a> — Execute update query</li><li><a href="mysql-xdevapi-tableupdate.limit.php">TableUpdate::limit</a> — Limit update row count</li><li><a href="mysql-xdevapi-tableupdate.orderby.php">TableUpdate::orderby</a> — Set sorting criteria</li><li><a href="mysql-xdevapi-tableupdate.set.php">TableUpdate::set</a> — Add field to be updated</li><li><a href="mysql-xdevapi-tableupdate.where.php">TableUpdate::where</a> — Set search filter</li></ul>
</div>
<?php manual_footer($setup); ?>