[Mulgara-svn] r516 - branches/nw-interface/src/jar/query/java/org/mulgara/query

pag at mulgara.org pag at mulgara.org
Mon Nov 5 17:48:16 UTC 2007


Author: pag
Date: 2007-11-05 11:48:14 -0600 (Mon, 05 Nov 2007)
New Revision: 516

Modified:
   branches/nw-interface/src/jar/query/java/org/mulgara/query/Query.java
Log:
Modifications to look at null sessions.

Modified: branches/nw-interface/src/jar/query/java/org/mulgara/query/Query.java
===================================================================
--- branches/nw-interface/src/jar/query/java/org/mulgara/query/Query.java	2007-11-05 04:40:44 UTC (rev 515)
+++ branches/nw-interface/src/jar/query/java/org/mulgara/query/Query.java	2007-11-05 17:48:14 UTC (rev 516)
@@ -532,7 +532,7 @@
   /**
    * Executes this query on a connection.
    * @param conn The connection to a database session to execute the query against.
-   * @return The answer to this query.
+   * @return The answer to this query.  This must be closed by the calling code.
    */
   public Object execute(Connection conn) throws QueryException, TuplesException {
     if (logger.isDebugEnabled()) logger.debug("Executing query " + toString());




More information about the Mulgara-svn mailing list