Lars Martin wrote: > Hmm. Can you give me a use case? If the API is not Connection-based > why we need a close()/isOpen() method? .. Please ignore my ignorance. > ;-)
If it's not connection-based, then you can just return true for isOpen or perform a no-op for close just to satisfy the client. It will be needed for connection-based libraries where explicitly freeing up resources will be important. -- Tom Bradford --- The dbXML Project --- http://www.dbxml.org/ We store your XML data a hell of a lot better than /dev/null ---------------------------------------------------------------------- Post a message: mailto:[EMAIL PROTECTED] Unsubscribe: mailto:[EMAIL PROTECTED] Contact adminstrator: mailto:[EMAIL PROTECTED] Read archived messages: http://archive.xmldb.org/ ----------------------------------------------------------------------
