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 an exception that provides information on a database access error.
Definition: SQLException.idl:45
represents a connection (session) with a specific database.
Definition: XConnection.idl:58
is used for establishing connections via a factory which is identified by its name.
Definition: XDataSource.idl:36
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...
long getLoginTimeout()
gets the maximum time in seconds that this data source can wait while attempting to connect to a data...
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Ambiguous.idl:22