bayard      2002/11/11 15:01:34

  Modified:    dbutils  STATUS.html
  Log:
  Added in Null and executors.
  
  Revision  Changes    Path
  1.8       +3 -1      jakarta-commons-sandbox/dbutils/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/dbutils/STATUS.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- STATUS.html       11 Nov 2002 17:33:35 -0000      1.7
  +++ STATUS.html       11 Nov 2002 23:01:34 -0000      1.8
  @@ -86,6 +86,8 @@
   <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>
   
   <table border="1">
  
  
  

--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to