Retrieves the URL for this database.

public java.lang.String getURL()

Return Value

A string that contains the URL.

Exceptions

SQLServerException

Remarks

This getURL method is specified by the getURL method in the java.sql.DatabaseMetaData interface.

When using the Microsoft SQL Server 2005 JDBC Driver with a SQL Server database, this method will return a URL value of "jdbc:sqljdbc://".

See Also