|
| XConnection | getConnection ([in]string url) raises (SQLException) |
| | attempts to establish a connection to the given database URL.
|
| |
| XConnection | getConnectionWithInfo ([in]string url, [in]sequence< com::sun::star::beans::PropertyValue > info) raises (SQLException) |
| | attempts to establish a connection to the given database URL.
|
| |
| void | setLoginTimeout ([in]long seconds) |
| | sets the maximum time in seconds that a driver will wait while attempting to connect to a database.
|
| |
| long | getLoginTimeout () |
| | gets the maximum time in seconds that a driver can wait when attempting to login to a database.
|
| |
| any | queryInterface ([in] type aType) |
| | queries for a new interface to an existing UNO object.
|
| |
| void | acquire () |
| | increases the reference counter by one.
|
| |
| void | release () |
| | decreases the reference counter by one.
|
| |
| XDriver | getDriverByURL ([in]string url) |
| | get a driver which accepts a given url.
|
| |
◆ XDriverAccess
◆ XDriverManager
The documentation for this interface was generated from the following file: