bayard      2002/11/25 11:59:59

  Modified:    dbutils  STATUS.html
  Log:
  Added Juozas' Handler stuff to the todo
  
  Revision  Changes    Path
  1.14      +2 -1      jakarta-commons-sandbox/dbutils/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/dbutils/STATUS.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- STATUS.html       23 Nov 2002 00:32:50 -0000      1.13
  +++ STATUS.html       25 Nov 2002 19:59:59 -0000      1.14
  @@ -83,6 +83,7 @@
   <li>DBPoller - A component which can poll a table until a timestamp in a column 
changes and then can send a notification with the primary key out.</li>
   <li>A PrimaryKey object for holding pkey information.</li>
   <li>DbUtils.executeQuery. Overload for int[] to hold null information from 
java.sql.Types</li>
  +<li>A Handler interface framework - Wraps statements. Basically an enhanced version 
of the executeQuery method. Juozas' to supply an implementation</li>
   </ul></li>
   <li><strong>Issues</strong><ul>
   <li>DbUtils.executeQuery. Should this return a List/Collection? Should this allow a 
default Collection size to be set? Should it involve a Collection being passed in?</li>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to