20 module
com { module sun { module star { module sdbc {
22 published
interface XConnection;
23 published
interface XDriver;
72 [in]sequence<com::sun::star::beans::PropertyValue> info)
is an exception that provides information on a database access error.
Definition SQLException.idl:41
represents a connection (session) with a specific database.
Definition XConnection.idl:50
is the basic interface for managing a set of SDBC drivers.
Definition XDriverManager.idl:42
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:46
Definition Ambiguous.idl:20