|
|
@@ -381,7 +381,7 @@
|
|
|
</li><li>
|
|
|
<span class="tooltip">
|
|
|
<code><a href="#//api/name/hasAnotherRow">– hasAnotherRow</a></code>
|
|
|
- <span class="tooltip"><p>Does the result set have another row?</p></span>
|
|
|
+ <span class="tooltip"><p>Did the last call to <a href="#//api/name/next"><code>next</code></a> succeed in retrieving another row?</p></span>
|
|
|
</span>
|
|
|
|
|
|
|
|
|
@@ -780,7 +780,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
- <div class="method-subsection method-declaration"><code>+ (id)resultSetWithStatement:(FMStatement *)<em>statement</em> usingParentDatabase:(FMDatabase *)<em>aDB</em></code></div>
|
|
|
+ <div class="method-subsection method-declaration"><code>+ (instancetype)resultSetWithStatement:(FMStatement *)<em>statement</em> usingParentDatabase:(FMDatabase *)<em>aDB</em></code></div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1751,7 +1751,7 @@ If you don’t, you’re going to be in a world of hurt when you try and
|
|
|
|
|
|
|
|
|
<div class="method-subsection brief-description">
|
|
|
- <p>Does the result set have another row?</p>
|
|
|
+ <p>Did the last call to <a href="#//api/name/next"><code>next</code></a> succeed in retrieving another row?</p>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@@ -1764,16 +1764,30 @@ If you don’t, you’re going to be in a world of hurt when you try and
|
|
|
|
|
|
<div class="method-subsection return">
|
|
|
<h4 class="method-subtitle parameter-title">Return Value</h4>
|
|
|
- <p><code>YES</code> if there is another row; <code>NO</code> if not.</p>
|
|
|
+ <p><code>YES</code> if the last call to <a href="#//api/name/next"><code>next</code></a> succeeded in retrieving another record; <code>NO</code> if not.</p>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ <div class="method-subsection discussion-section">
|
|
|
+ <h4 class="method-subtitle">Discussion</h4>
|
|
|
+ <div class="warning"><p><strong>Warning:</strong> The <code>hasAnotherRow</code> method must follow a call to <a href="#//api/name/next"><code>next</code></a>. If the previous database interaction was something other than a call to <code>next</code>, then this method may return <code>NO</code>, whether there is another row of data or not.</p></div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
+ <div class="method-subsection see-also-section">
|
|
|
+ <h4 class="method-subtitle">See Also</h4>
|
|
|
+ <ul>
|
|
|
+
|
|
|
+ <li><code><p><a href="#//api/name/next">- next</a></p></code></li>
|
|
|
+
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -2173,6 +2187,15 @@ If you don’t, you’re going to be in a world of hurt when you try and
|
|
|
|
|
|
|
|
|
|
|
|
+ <div class="method-subsection see-also-section">
|
|
|
+ <h4 class="method-subtitle">See Also</h4>
|
|
|
+ <ul>
|
|
|
+
|
|
|
+ <li><code><p><a href="#//api/name/hasAnotherRow">- hasAnotherRow</a></p></code></li>
|
|
|
+
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+
|
|
|
|
|
|
|
|
|
<div class="method-subsection declared-in-section">
|
|
|
@@ -2754,7 +2777,7 @@ If you don’t, you’re going to be in a world of hurt when you try and
|
|
|
<div id="footer">
|
|
|
<hr />
|
|
|
<div class="footer-copyright">
|
|
|
- <p><span class="copyright">© 2013 ccgus. All rights reserved. (Last updated: 2013-06-07)</span><br />
|
|
|
+ <p><span class="copyright">© 2013 ccgus. All rights reserved. (Last updated: 2013-08-02)</span><br />
|
|
|
|
|
|
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.1 (build 858)</a>.</span></p>
|
|
|
|