mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Missed some
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91680 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b54c02163f
commit
c349938b89
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.3 -->
|
||||
<refentry id="function.odbc-columns">
|
||||
<refnamediv>
|
||||
|
@ -27,7 +27,7 @@
|
|||
The result set has the following columns:
|
||||
<itemizedlist>
|
||||
<listitem><simpara>TABLE_QUALIFIER</simpara></listitem>
|
||||
<listitem><simpara>TABLE_OWNER</simpara></listitem>
|
||||
<listitem><simpara>TABLE_SCHEM</simpara></listitem>
|
||||
<listitem><simpara>TABLE_NAME</simpara></listitem>
|
||||
<listitem><simpara>COLUMN_NAME</simpara></listitem>
|
||||
<listitem><simpara>DATA_TYPE</simpara></listitem>
|
||||
|
@ -41,7 +41,7 @@
|
|||
</itemizedlist>
|
||||
</para>
|
||||
<simpara>
|
||||
The result set is ordered by TABLE_QUALIFIER, TABLE_OWNER and
|
||||
The result set is ordered by TABLE_QUALIFIER, TABLE_SCHEM and
|
||||
TABLE_NAME.
|
||||
</simpara>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue