LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XDriverAccess Interface Referencepublished

provides the access of sdbc driver components More...

import"XDriverAccess.idl";

Inheritance diagram for XDriverAccess:
XInterface XConnectionPool XDriverManager2 ConnectionPool DriverManager

Public Member Functions

XDriver getDriverByURL ([in]string url)
 get a driver which accepts a given url. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

provides the access of sdbc driver components

See also
com::sun::star::sdbc::XDriverManager
com::sun::star::sdbc::XDriver

Member Function Documentation

◆ getDriverByURL()

XDriver getDriverByURL ( [in] string  url)

get a driver which accepts a given url.

See also
com::sun::star::sdbc::XDriver::acceptsURL
Parameters
urla database url of the form sdbc:subprotocol:subname
Returns
a Driver that can connect to the URL
Exceptions
SQLExceptionif a database access error occurs.

The documentation for this interface was generated from the following file: