[PHP-DOC] cvs: phpdoc /en/reference/uodbc/functions odbc-columns.xml From: Dan Kalowsky (dank <email protected>)
Date: 08/12/02

kalowsky Mon Aug 12 19:45:00 2002 EDT

  Modified files:
    /phpdoc/en/reference/uodbc/functions odbc-columns.xml
  Log:
  updating param name to reflect the proper object it's looking for
  
  
Index: phpdoc/en/reference/uodbc/functions/odbc-columns.xml
diff -u phpdoc/en/reference/uodbc/functions/odbc-columns.xml:1.2 phpdoc/en/reference/uodbc/functions/odbc-columns.xml:1.3
--- phpdoc/en/reference/uodbc/functions/odbc-columns.xml:1.2 Wed Apr 17 02:44:43 2002
+++ phpdoc/en/reference/uodbc/functions/odbc-columns.xml Mon Aug 12 19:45:00 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.3 -->
   <refentry id="function.odbc-columns">
    <refnamediv>
@@ -15,7 +15,7 @@
       <type>int</type><methodname>odbc_columns</methodname>
       <methodparam><type>resource</type><parameter>connection_id</parameter></methodparam>
       <methodparam choice="opt"><type>string</type><parameter>qualifier</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>owner</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>schema</parameter></methodparam>
       <methodparam choice="opt"><type>string</type><parameter>table_name</parameter></methodparam>
       <methodparam choice="opt"><type>string</type><parameter>column_name</parameter></methodparam>
      </methodsynopsis>
@@ -45,7 +45,7 @@
      TABLE_NAME.
     </simpara>
     <para>
- The <parameter>owner</parameter>,
+ The <parameter>schema</parameter>,
      <parameter>table_name</parameter> and
      <parameter>column_name</parameter> arguments accept search
      patterns ('%' to match zero or more characters and '_' to match a

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php