Author: jstephens
Date: 2006-08-29 11:43:10 +0200 (Tue, 29 Aug 2006)
New Revision: 3116
Log:
Fixed bad signature for NdbBlob::getNull() (Thanks, Jim D!)
Modified:
trunk/ndbapi/images/NdbBlob-class.png
trunk/ndbapi/ndb-classes.xml
trunk/ndbapi/xmi/NdbBlob-class.xmi.tar.gz
Modified: trunk/ndbapi/images/NdbBlob-class.png
===================================================================
Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 135 bytes
Modified: trunk/ndbapi/ndb-classes.xml
===================================================================
--- trunk/ndbapi/ndb-classes.xml 2006-08-29 08:41:09 UTC (rev 3115)
+++ trunk/ndbapi/ndb-classes.xml 2006-08-29 09:43:10 UTC (rev 3116)
Changed blocks: 3, Lines Added: 15, Lines Deleted: 12; 1174 bytes
@@ -3287,7 +3287,7 @@
<programlisting>
int getNull
(
- void
+ int& <replaceable>isNull</replaceable>
)
</programlisting>
</para>
@@ -3299,18 +3299,11 @@
<title>Parameters</title>
<para>
- None.
- </para>
+ A reference to an integer <replaceable>isNull</replaceable>.
+ Following invocation, this parameter has one of the
+ following values, interpreted as shown here:
+
- </formalpara>
-
- <formalpara>
-
- <title>Return Value</title>
-
- <para>
- One of the following values, interpreted as shown here:
-
<itemizedlist>
<listitem>
@@ -3338,6 +3331,16 @@
</formalpara>
+ <formalpara>
+
+ <title>Return Value</title>
+
+ <para>
+ <emphasis>None</emphasis>.
+ </para>
+
+ </formalpara>
+
<!--
<formalpara>
Modified: trunk/ndbapi/xmi/NdbBlob-class.xmi.tar.gz
===================================================================
Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 139 bytes
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3116 - in trunk/ndbapi: . images xmi | jon | 29 Aug |