You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by br...@apache.org on 2003/11/20 20:29:33 UTC

cvs commit: db-ojb/src/java/org/apache/ojb/broker/query Query.java

brj         2003/11/20 11:29:33

  Modified:    src/java/org/apache/ojb/broker/query Query.java
  Log:
  javadoc update
  
  Revision  Changes    Path
  1.13      +10 -8     db-ojb/src/java/org/apache/ojb/broker/query/Query.java
  
  Index: Query.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/query/Query.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Query.java	16 Nov 2003 17:23:40 -0000	1.12
  +++ Query.java	20 Nov 2003 19:29:33 -0000	1.13
  @@ -134,27 +134,29 @@
   
       /**
        *
  -     * @return the row at which the query should start retrieving results. If the start at index is -1, then ignore all
  -     * cursor control.
  +     * @return the row at which the query should start retrieving results. 
  +     * If the start at index is 0, then ignore all cursor control.
        */
       int getStartAtIndex();
   
       /**
  -     * Set the row at which the query should start retrieving results, inclusive.
  +     * Set the row at which the query should start retrieving results, inclusive
  +     * first row is 1
        * @param startAtIndex starting index, inclusive.
        */
       void setStartAtIndex(int startAtIndex);
   
       /**
        *
  -     * @return the row at which the query should stop retrieving results. If the end at index is -1, ignore all cursor
  -     * control
  +     * @return the row at which the query should stop retrieving results. 
  +     * If the end at index is 0, ignore all cursor control
        */
       int getEndAtIndex();
   
       /**
  -     * Set the row at which the query should stop retieving results, exlusive.
  -     * @param endAtIndex ending index, exclusive
  +     * Set the row at which the query should stop retieving results, inclusive.
  +     * first row is 1
  +     * @param endAtIndex ending index, inclusive
        */
       void setEndAtIndex(int endAtIndex);
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org