Author: tbedford
Date: 2009-02-25 16:57:36 +0100 (Wed, 25 Feb 2009)
New Revision: 13921
Log:
Added info for DatabaseMetaData::getColumns().
Modified:
trunk/refman-common/connector-cpp.xml
Modified: trunk/refman-common/connector-cpp.xml
===================================================================
--- trunk/refman-common/connector-cpp.xml 2009-02-25 15:41:05 UTC (rev 13920)
+++ trunk/refman-common/connector-cpp.xml 2009-02-25 15:57:36 UTC (rev 13921)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 1; 1131 bytes
@@ -1312,7 +1312,7 @@
</para>
<para>
- <emphasis role="bold">Notes on the &ccpp; API</emphasis>
+ <emphasis role="bold">Notes on using the &ccpp; API</emphasis>
</para>
<itemizedlist>
@@ -1369,6 +1369,21 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ The method <literal>DatabaseMetaData::getColumns()</literal>
+ has 23 columns in its result set, rather than the 22 columns
+ defined by JDBC. The first 22 columns are as described in the
+ JDBC documentation, but column 23 is new:
+ </para>
+
+ <para>
+ 23. <literal>IS_AUTOINCREMENT</literal>: String which is
+ <quote>YES</quote> if the column is an auto-increment column.
+ Otherwise the string contains <quote>NO</quote>.
+ </para>
+ </listitem>
+
</itemizedlist>
</section>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r13921 - trunk/refman-common | anthony.bedford | 25 Feb |