<?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 => 'es',
  ),
  'this' => 
  array (
    0 => 'class.mysql-xdevapi-tableinsert.php',
    1 => 'mysql_xdevapi\\TableInsert',
    2 => 'Clase TableInsert',
  ),
  'up' => 
  array (
    0 => 'book.mysql-xdevapi.php',
    1 => 'Mysql_xdevapi',
  ),
  'prev' => 
  array (
    0 => 'mysql-xdevapi-tabledelete.where.php',
    1 => 'TableDelete::where',
  ),
  'next' => 
  array (
    0 => 'mysql-xdevapi-tableinsert.construct.php',
    1 => 'TableInsert::__construct',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/mysql_xdevapi/mysql-xdevapi.tableinsert.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.mysql-xdevapi-tableinsert.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-tableinsert" class="reference">

 <h1 class="title">Clase TableInsert</h1>
 

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


  <div class="section" id="mysql-xdevapi-tableinsert.intro">
   <h2 class="title">Introducción</h2>
   <p class="para">
    Una declaración para operaciones de inserción en una Tabla.
   </p>
  </div>


  <div class="section" id="mysql-xdevapi-tableinsert.synopsis">
   <h2 class="title">Sinopsis de la Clase</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\TableInsert</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">/* Métodos */</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-result.php" class="type mysql_xdevapi\Result">mysql_xdevapi\Result</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>values</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$row_values</code></span>): <span class="type"><a href="class.mysql-xdevapi-tableinsert.php" class="type mysql_xdevapi\TableInsert">mysql_xdevapi\TableInsert</a></span></div>

   }</div>


  </div>

 </div>

 





















<h2>Tabla de contenidos</h2><ul class="chunklist chunklist_reference"><li><a href="mysql-xdevapi-tableinsert.construct.php">TableInsert::__construct</a> — Constructor de TableInsert</li><li><a href="mysql-xdevapi-tableinsert.execute.php">TableInsert::execute</a> — Ejecuta una consulta de inserci&oacute;n</li><li><a href="mysql-xdevapi-tableinsert.values.php">TableInsert::values</a> — A&ntilde;ade valores de fila</li></ul>
</div>
<?php manual_footer($setup); ?>