1
0
mirror of https://github.com/php/doc-ru.git synced 2026-03-25 16:22:18 +01:00
Files
archived-doc-ru/reference/pdo_pgsql/constants.xml
2021-12-02 09:24:09 +03:00

46 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: f8718da894c5160e571d74774c083090569ecebd Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<section xml:id="pdo-pgsql.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&pdo.driver-constants;
<variablelist>
<varlistentry xml:id="pdo.constants.pgsql-attr-disable-prepares">
<term>
<constant>PDO::PGSQL_ATTR_DISABLE_PREPARES</constant>
(<type>int</type>)
</term>
<listitem>
<para>
Отправьте запрос и параметры на сервер вместе за один вызов, избегая необходимости
отдельно создавать именованный подготовленный оператор.
Если запрос будет выполняться только один раз, это может уменьшить задержку,
избегая ненужного обхода сервера.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<!-- 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
-->