OOPS, Re: VisAD and SQL databases

On Tue, 21 Jan 2003, Bill Hibbard wrote:

> Someone could create a fairly general VisAD interface to
> SQL by an implementation of the Form interface. The Open()
> method signatures of Form take a file name and a URL name.
> These are Strings and can be interpreted however the
> implementation likes.
> . . .

The file name is a String, but the URL is a java.net.URL.
However the interface is still free in how these are
interpreted.