I'm having trouble thinking of a use case that supports the need for the
ResultSetMetaDataHandler interface.  I view meta data handling as part of
handling a ResultSet so it can be done in a ResultSetHandler.  Because
ResultSetHandler can call rs.getMetaData(), I don't see a need for a
separate interface and the additions of methods to QueryRunner to support
it.

This is an effort to simplify the dbutils API; I don't think
ResultSetMetaDataHandler is pulling it's weight.

If no one is opposed, I'll remove ResultSetMetaDataHandler tommorrow.

David

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

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

Reply via email to