20 module
com { module sun { module star { module sdbc {
22 published
interface XConnection;
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 used for establishing connections via a factory which is identified by its name.
Definition XDataSource.idl:30
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:46
Definition Ambiguous.idl:20