bayard 2002/11/11 09:33:35
Modified: dbutils STATUS.html
Log:
Want a dbpoller class
Revision Changes Path
1.7 +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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- STATUS.html 11 Nov 2002 14:45:14 -0000 1.6
+++ STATUS.html 11 Nov 2002 17:33:35 -0000 1.7
@@ -84,6 +84,8 @@
updateLongObject too.
</li>
<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>
</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>