<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.mysql-xdevapi-collectionmodify.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'mysql-xdevapi-collectionmodify.execute.php',
    1 => 'CollectionModify::execute',
    2 => 'F&uuml;hrt eine &Auml;nderungsoperation aus',
  ),
  'up' => 
  array (
    0 => 'class.mysql-xdevapi-collectionmodify.php',
    1 => 'mysql_xdevapi\\CollectionModify',
  ),
  'prev' => 
  array (
    0 => 'mysql-xdevapi-collectionmodify.construct.php',
    1 => 'CollectionModify::__construct',
  ),
  'next' => 
  array (
    0 => 'mysql-xdevapi-collectionmodify.limit.php',
    1 => 'CollectionModify::limit',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/mysql_xdevapi/mysql_xdevapi/collectionmodify/execute.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="mysql-xdevapi-collectionmodify.execute" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">CollectionModify::execute</h1>
  <p class="verinfo">(No version information available, might only be in Git)</p><p class="refpurpose"><span class="refname">CollectionModify::execute</span> &mdash; <span class="dc-title">Führt eine Änderungsoperation aus</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-mysql-xdevapi-collectionmodify.execute-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>mysql_xdevapi\CollectionModify::execute</strong></span>(): <span class="type"><a href="class.mysql-xdevapi-result.php" class="type mysql_xdevapi\Result">mysql_xdevapi\Result</a></span></div>

  <p class="para rdfs-comment">
   Die Methode execute wird benötigt, um eine Anforderung für eine
   CRUD-Operation an den MySQL-Server zu senden.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-mysql-xdevapi-collectionmodify.execute-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-mysql-xdevapi-collectionmodify.execute-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Gibt ein Result-Objekt zurück, das verwendet werden kann, um den Status der
   Operation zu überprüfen, z. B. die Anzahl der betroffenen Zeilen.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-mysql-xdevapi-collectionmodify.execute-examples">
  <h3 class="title">Beispiele</h3>
  <div class="example" id="example-1">
   <p><strong>Beispiel #1 <span class="function"><strong>mysql_xdevapi\CollectionModify::execute()</strong></span>-Beispiel</strong></p>
   <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br /><br /></span><span style="color: #FF8000">/* ... */<br /><br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
   </div>

  </div>
 </div>


</div><?php manual_footer($setup); ?>