DatabaseMetaData.getURL

DatabaseMetaData.getURL

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract String getURL() throws SQLException
Returns
the url or null if it can't be generated
Description
What's the url for this database?

Exceptions
SQLException if a database-access error occurs.