|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
20 module
com { module sun { module star { module sdbc {
22 published
interface XConnection;
is used for establishing connections via a factory which is identified by its name.
Definition: XDataSource.idl:30
represents a connection (session) with a specific database.
Definition: XConnection.idl:50
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...
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:46
long getLoginTimeout()
gets the maximum time in seconds that this data source can wait while attempting to connect to a data...
is an exception that provides information on a database access error.
Definition: SQLException.idl:41