:: com :: sun :: star :: sdbc ::
|
interface XDriverAccess |
- Base Interfaces
::com::sun::star::uno::XInterface
|
+--XDriverAccess
::com::sun::star::uno::XInterface |
- (referenced interface's summary:)
- base interface of all UNO interfaces
|
|
- Description
- provides the access of sdbc driver components
- See also
- XDriverManager
- See also
- 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.
- See also
- 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 © 2003 Sun Microsystems, Inc.