19 #ifndef __com_sun_star_sdbc_XDriverManager_idl__
20 #define __com_sun_star_sdbc_XDriverManager_idl__
28 module
com { module sun { module star { module sdbc {
30 published
interface XConnection;
31 published
interface XDriver;
80 [in]sequence<com::sun::star::beans::PropertyValue> info)
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 the basic interface for managing a set of SDBC drivers.
Definition: XDriverManager.idl:50
XConnection getConnection([in]string url)
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.
XConnection getConnectionWithInfo([in]string url, [in]sequence< com::sun::star::beans::PropertyValue > info)
attempts to establish a connection to the given database URL.
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Ambiguous.idl:22