:: com :: sun :: star :: sdbc ::

interface XDriverAccess
Description
provides the access of sdbc driver components
See also
XDriverManager, XDriver

Methods' Summary
getDriverByURL get a driver which accepts a given url. 
Methods' Details
getDriverByURL
XDriver
getDriverByURL( [in] string  url );

Description
get a driver which accepts a given url.
Parameter url
a database url of the form sdbc:subprotocol:subname
Returns
a Driver that can connect to the URL
Throws
SQLException if a database access error occurs.
See also
XDriver::acceptsURL
Top of Page