Date: Tuesday, December 13, 2005 @ 18:17:43
  Author: gilles
    Path: /cvsroot/carob/carob/src

Modified: Statement.cpp (1.15 -> 1.16)

Minor typo (lost javadoc)


---------------+
 Statement.cpp |   21 ---------------------
 1 files changed, 21 deletions(-)


Index: carob/src/Statement.cpp
diff -u carob/src/Statement.cpp:1.15 carob/src/Statement.cpp:1.16
--- carob/src/Statement.cpp:1.15        Thu Dec  8 15:18:37 2005
+++ carob/src/Statement.cpp     Tue Dec 13 18:17:43 2005
@@ -132,27 +132,6 @@
   return getMoreResults(CLOSE_CURRENT_RESULT);
 }
 
-/**
- * Moves to this <code>Statement</code> object's next result, deals with any
- * current <code>ResultSet</code> object(s) according to the instructions
- * specified by the given flag, and returns <code>true</code> if the next
- * result is a <code>ResultSet</code> object.
- * <p>
- * There are no more results when the following is <code>true</code>:
- * 
- * <pre>(!getMoreResults() &amp;&amp; (getUpdateCount() == -1)</pre>
- * 
- * @param current one of the following <code>Statement</code> constants
- *          indicating what should happen to current <code>ResultSet</code>
- *          objects obtained using the method
- *          <code>getResultSet</code: <code>CLOSE_CURRENT_RESULT</code>,
- *          <code>KEEP_CURRENT_RESULT</code>, or <code>CLOSE_ALL_RESULTS</code>
- * @return <code>true</code> if the next result is a <code>ResultSet</code>
- *         object; <code>false</code> if it is an update count or there are
- *         no more results
- * @exception SQLException if a database access error occurs
- * @see #execute(String)
- */
 bool Statement::getMoreResults(int current) throw (DriverException,
     SocketIOException, BackendException, ControllerException, 
ProtocolException,
     UnexpectedException)

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to