You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ha...@apache.org on 2002/02/01 16:42:59 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp EsqlQuery.java

haul        02/02/01 07:42:59

  Modified:    src/java/org/apache/cocoon/components/language/markup/xsp
                        EsqlQuery.java
  Log:
  fixed comment
  
  Revision  Changes    Path
  1.4       +1 -6      xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/EsqlQuery.java
  
  Index: EsqlQuery.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/EsqlQuery.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- EsqlQuery.java	31 Jan 2002 16:11:33 -0000	1.3
  +++ EsqlQuery.java	1 Feb 2002 15:42:59 -0000	1.4
  @@ -201,11 +201,6 @@
         return this.execute(false);
     }
   
  -  /**
  -   * some brain dead DBMSs (Oracle) return their result sets for
  -   * callable statements through the some (i.e. the first) returned
  -   * object.  
  -   */
     public boolean execute( int resultSetFromObject ) throws SQLException {
         hasResultSet = this.execute(false);
         resultSet = (ResultSet) ((CallableStatement) preparedStatement).getObject(1);
  @@ -214,7 +209,7 @@
     }
   
     /**
  -   * some other brain dead DBMSs (Informix) don't like their callable
  +   * some brain dead DBMSs (Informix) don't like their callable
      * statements to be 'execute'd but require 'executeQuery' instead.
      */
     public boolean execute( boolean needsQuery ) throws SQLException {
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org