Whilst I agree that getName() is a special case of getNames(), isn't it
perhaps a bit harsh to remove getName() - this would break all of the applications which are directly using the getName() method.
(Even if all driver vendors update their implementations immediately.)


Perhaps it is better to leave it in, but making it clear that the method
will be removed later?

simply use the "deprecated" flag for the getName() method.


I thought about :
   Iterator getNames()

and maybe
   String[] getNames()

would be better since it's much easier to initialize statically

-Vladimir

--
Vladimir R. Bossicard
www.bossicard.com


---------------------------------------------------------------------- Post a message: mailto:[EMAIL PROTECTED] Unsubscribe: mailto:[EMAIL PROTECTED] Contact administrator: mailto:[EMAIL PROTECTED] Read archived messages: http://archive.xmldb.org/ ----------------------------------------------------------------------

Reply via email to