LibreOffice
LibreOffice 5.0 SDK API Reference
|
import "DriverManager.idl";
Additional Inherited Members | |
![]() | |
interface | XDriverManager |
is the basic interface for establishing database connections. More... | |
interface | XDriverAccess |
interface | com::sun::star::container::XEnumerationAccess |
creates an enumeration on all installed / registered drivers. More... | |
![]() | |
XConnection | getConnection ([in]string url) raises (SQLException) |
attempts to establish a connection to the given database URL. More... | |
XConnection | getConnectionWithInfo ([in]string url,[in]sequence< com::sun::star::beans::PropertyValue > info) raises (SQLException) |
attempts to establish a connection to the given database URL. More... | |
void | setLoginTimeout ([in]long seconds) |
sets the maximum time in seconds that a driver will wait while attempting to connect to a database. More... | |
long | getLoginTimeout () |
gets the maximum time in seconds that a driver can wait when attempting to login to a database. More... | |
![]() | |
XDriver | getDriverByURL ([in]string url) |
get a driver which accepts a given url. More... | |
![]() | |
com::sun::star::container::XEnumeration | createEnumeration () |