mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Constant aliases (bug #49865)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290697 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e5e71892df
commit
98aff11053
1 changed files with 16 additions and 9 deletions
|
@ -76,37 +76,43 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>SQLT_FILE</constant> - for BFILEs;
|
||||
<constant>SQLT_BFILEE</constant> or <constant>OCI_B_BFILE</constant>
|
||||
<!-- really only single E --> - for BFILEs;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>SQLT_CFILE</constant> - for CFILEs;
|
||||
<constant>SQLT_CFILEE</constant> or <constant>OCI_B_CFILEE</constant>
|
||||
- for CFILEs;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>SQLT_CLOB</constant> - for CLOBs;
|
||||
<constant>SQLT_CLOB</constant> or <constant>OCI_B_CLOB</constant>
|
||||
- for CLOBs;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>SQLT_BLOB</constant> - for BLOBs;
|
||||
<constant>SQLT_BLOB</constant> or <constant>OCI_B_BLOB</constant>
|
||||
- for BLOBs;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>SQLT_RDD</constant> - for ROWIDs;
|
||||
<constant>SQLT_RDD</constant> or <constant>OCI_B_ROWID</constant>
|
||||
- for ROWIDs;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>SQLT_NTY</constant> - for named datatypes;
|
||||
<constant>SQLT_NTY</constant> or <constant>OCI_B_NTY</constant>
|
||||
- for named datatypes;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>SQLT_INT</constant> - for integers;
|
||||
<constant>SQLT_INT</constant> or <constant>OCI_B_INT</constant> - for integers;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -116,7 +122,8 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>SQLT_BIN</constant> - for RAW columns;
|
||||
<constant>SQLT_BIN</constant> or <constant>OCI_B_BIN</constant>
|
||||
- for RAW columns;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -131,7 +138,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>SQLT_RSET</constant> - for cursors, that were created
|
||||
<constant>SQLT_RSET</constant> or <constant></constant> - for cursors, that were created
|
||||
before with <function>oci_new_cursor</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue