mirror of
https://github.com/php/doc-it.git
synced 2026-03-24 15:42:46 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/it/trunk@313948 c90b9560-bf6c-de11-be94-00142212c4b1
56 lines
1.9 KiB
XML
56 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- splitted from ./it/functions/pgsql.xml, last change in rev 1.16 -->
|
|
<!-- last change to 'pg-copy-from' in en/ tree in rev 1.82 -->
|
|
<!-- EN-Revision: n/a Maintainer: cucinato Status: ready -->
|
|
<!-- OLD-Revision: 1.70/EN.1.82 -->
|
|
<!-- CREDITS: fabio,cortesi,denny -->
|
|
<refentry xml:id='function.pg-copy-from' xmlns="http://docbook.org/ns/docbook">
|
|
<refnamediv>
|
|
<refname>pg_copy_from</refname>
|
|
<refpurpose>
|
|
Inserisce le tuple in una tabella prendendole da un array
|
|
</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Descrizione</title>
|
|
<methodsynopsis>
|
|
<type>bool</type><methodname>pg_copy_from</methodname>
|
|
<methodparam><type>resource</type><parameter>connessione</parameter></methodparam>
|
|
<methodparam><type>string</type><parameter>nometabella</parameter></methodparam>
|
|
<methodparam><type>array</type><parameter>tuple</parameter></methodparam>
|
|
<methodparam choice="opt"><type>string</type><parameter>delimitatore</parameter></methodparam>
|
|
<methodparam choice="opt"><type>string</type><parameter>null_as</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<para>
|
|
<function>pg_copy_from</function> inserisce le tuple in una tabella etraendole
|
|
dall'array <parameter>tuple</parameter>. Utilizza internamente il comando <literal>OPY</literal>
|
|
per inserire i record.
|
|
&return.success;
|
|
</para>
|
|
<para>
|
|
Vedere anche <function>pg_copy_to</function>
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|