LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_sdbc_XDataSource_idl__
20 #define __com_sun_star_sdbc_XDataSource_idl__
26 module
com { module sun { module star { module sdbc {
28 published
interface XConnection;
is used for establishing connections via a factory which is identified by its name.
Definition: XDataSource.idl:36
represents a connection (session) with a specific database.
Definition: XConnection.idl:58
XConnection getConnection([in]string user, [in]string password)
attempts to establish a database connection.
void setLoginTimeout([in]long seconds)
sets the maximum time in seconds that this data source will wait while attempting to connect to a dat...
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
long getLoginTimeout()
gets the maximum time in seconds that this data source can wait while attempting to connect to a data...
is an exception that provides information on a database access error.
Definition: SQLException.idl:45