bayard      2002/11/22 16:23:46

  Modified:    dbutils  STATUS.html
  Log:
  Removed the Null/PreparedStatement execute bits.
  
  Revision  Changes    Path
  1.12      +1 -3      jakarta-commons-sandbox/dbutils/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/dbutils/STATUS.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- STATUS.html       22 Nov 2002 23:46:02 -0000      1.11
  +++ STATUS.html       23 Nov 2002 00:23:46 -0000      1.12
  @@ -82,8 +82,6 @@
   <li>MetaDataUtils - Class which provides handy functions for performing metadata. 
Possibly splits into a ResultSetMetaDataUtils and DatabaseMetaDataUtils. Examples: 
getPrimaryKeys(Connection, String dotted-tablename);String[] and a 
getColumnName/Type.</li>
   <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>A Null object which contains the database type of the null - Eric</li>
  -<li>Methods to execute PreparedStatements with an Object[] - Eric</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