Syntax
interface XDriverAccess : com::sun::star::uno::XInterface ;
Description
provides the access of sdbc driver components
See also
- XDriverManager
-
See also
- XDriver
-
Method Details
|
|
Syntax
- com::sun::star::sdbc::XDriver getDriverByURL
(
- string url );
Description
get a driver which accepts a given url.
See also
- com::sun::star::sdbc::XDriver::acceptsURL
-
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.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.