You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by fr...@apache.org on 2001/11/10 00:31:49 UTC

cvs commit: jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/results RowSet.java

froehlich    01/11/09 15:31:49

  Modified:    apps/db/src/java/org/apache/avalon/db/results RowSet.java
  Log:
  some changes to get the <simple-select> enabled
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/results/RowSet.java
  
  Index: RowSet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/results/RowSet.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RowSet.java	2001/10/29 17:59:23	1.2
  +++ RowSet.java	2001/11/09 23:31:49	1.3
  @@ -16,11 +16,11 @@
    *
    *
    * @author Paul Hammant <a href="mailto:Paul_Hammant@yahoo.com">Paul_Hammant@yahoo.com</a>
  - * @version * $Revision: 1.2 $
  + * @version * $Revision: 1.3 $
    */
   public interface RowSet extends Result {
       Columns getColumns();
       int getRowCount();
       int getPageNumber();
  -    Object[] getRow(int ix);
  +    Row getRow(int ix);
   }
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>