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)
83 void setLoginTimeout([in]
long seconds);
93 long getLoginTimeout();
represents a connection (session) with a specific database.
Definition: XConnection.idl:49
Definition: Ambiguous.idl:20
is the basic interface for managing a set of SDBC drivers.
Definition: XDriverManager.idl:41
is an exception that provides information on a database access error.
Definition: SQLException.idl:40
base interface of all UNO interfaces
Definition: XInterface.idl:45