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
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.