XIsolatedConnection.idl (d1766043) XIsolatedConnection.idl (96af39f7)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 26 unchanged lines hidden (view full) ---

35
36 published interface XConnection;
37/** is used for establishing isolated connections via a factory.
38 <p>
39 The <type>XIsolatedConnection</type> allows to create connections which are not shared among others
40 as it is the case when creating connections in normal way.
41 </p>
42 @see com::sun::star::sdb::DataSource
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 26 unchanged lines hidden (view full) ---

35
36 published interface XConnection;
37/** is used for establishing isolated connections via a factory.
38 <p>
39 The <type>XIsolatedConnection</type> allows to create connections which are not shared among others
40 as it is the case when creating connections in normal way.
41 </p>
42 @see com::sun::star::sdb::DataSource
43 @since OOo 1.1.2
43 @since OpenOffice 1.1.2
44 */
45published interface XIsolatedConnection: com::sun::star::uno::XInterface
46{
47 /** attempts to establish a database connection.
48 <p>If information is missing, such as
49 a user's password, they are completed by user interaction.</p>
50 @param handler
51 The handler which ask for the needed information when they are missing.

--- 30 unchanged lines hidden ---
44 */
45published interface XIsolatedConnection: com::sun::star::uno::XInterface
46{
47 /** attempts to establish a database connection.
48 <p>If information is missing, such as
49 a user's password, they are completed by user interaction.</p>
50 @param handler
51 The handler which ask for the needed information when they are missing.

--- 30 unchanged lines hidden ---