Author: tbedford
Date: 2009-02-23 18:35:08 +0100 (Mon, 23 Feb 2009)
New Revision: 13899
Log:
Added note on getUInt and getUInt64.
Modified:
trunk/refman-common/connector-cpp.xml
Modified: trunk/refman-common/connector-cpp.xml
===================================================================
--- trunk/refman-common/connector-cpp.xml 2009-02-23 17:32:49 UTC (rev 13898)
+++ trunk/refman-common/connector-cpp.xml 2009-02-23 17:35:08 UTC (rev 13899)
Changed blocks: 1, Lines Added: 43, Lines Deleted: 0; 1509 bytes
@@ -1326,6 +1326,49 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ Two non-JDBC methods have been introduced for fetching and
+ setting unsigned integers: <literal>getUInt64()</literal> and
+ <literal>getUInt()</literal>. These are available for
+ <classname>ResultSet</classname> and
+ <classname>Prepared_Statement</classname>:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ <literal>ResultSet::getUInt64()</literal>
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>ResultSet::getUInt()</literal>
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>Prepared_Statement::setUInt64()</literal>
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>Prepared_Statement::setUInt()</literal>
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ <para>
+ The corresponding <literal>getLong()</literal> and
+ <literal>setLong()</literal> methods have been removed.
+ </para>
+ </listitem>
+
</itemizedlist>
</section>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r13899 - trunk/refman-common | anthony.bedford | 23 Feb |