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:[EMAIL PROTECTED]">[EMAIL PROTECTED]</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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>