2019-06-16 11:28:06 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- $Revision$ -->
|
|
|
|
<section xml:id="pdo-oci.constants" xmlns="http://docbook.org/ns/docbook">
|
|
|
|
&reftitle.constants;
|
|
|
|
&pdo.driver-constants;
|
|
|
|
<variablelist>
|
|
|
|
|
|
|
|
<varlistentry xml:id="pdo.constants.oci-attr-action">
|
|
|
|
<term>
|
|
|
|
<constant>PDO::OCI_ATTR_ACTION</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2019-06-16 11:28:06 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Provides a way to specify the action on the database session.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
&version.exists.asof; 7.2.16 and 7.3.3
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry xml:id="pdo.constants.oci-attr-client-info">
|
|
|
|
<term>
|
|
|
|
<constant>PDO::OCI_ATTR_CLIENT_INFO</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2019-06-16 11:28:06 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Provides a way to specify the client info on the database session.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
&version.exists.asof; 7.2.16 and 7.3.3
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry xml:id="pdo.constants.oci-attr-client-identifier">
|
|
|
|
<term>
|
|
|
|
<constant>PDO::OCI_ATTR_CLIENT_IDENTIFIER</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2019-06-16 11:28:06 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Provides a way to specify the client identifier on the database session.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
&version.exists.asof; 7.2.16 and 7.3.3
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry xml:id="pdo.constants.oci-attr-module">
|
|
|
|
<term>
|
|
|
|
<constant>PDO::OCI_ATTR_MODULE</constant>
|
2020-11-02 15:39:04 +00:00
|
|
|
(<type>int</type>)
|
2019-06-16 11:28:06 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Provides a way to specify the module on the database session.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
&version.exists.asof; 7.2.16 and 7.3.3
|
|
|
|
</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
|
|
|
|
-->
|