DataSource.idl (d1766043) | DataSource.idl (c4dc0a1a) |
---|---|
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 --- 61 unchanged lines hidden (view full) --- 70 provided during user interaction. 71 */ 72 interface XCompletedConnection; 73 74 /** useful for establishing isolated connections which are not shared among others 75 as it is the case when using <type>XCompletedConnection</type> or <type scope="com::sun::star::sdbc">XDataSource</type>. 76 @see XCompletedConnection 77 @see com::sun::star::sdbc::XDataSource | 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 --- 61 unchanged lines hidden (view full) --- 70 provided during user interaction. 71 */ 72 interface XCompletedConnection; 73 74 /** useful for establishing isolated connections which are not shared among others 75 as it is the case when using <type>XCompletedConnection</type> or <type scope="com::sun::star::sdbc">XDataSource</type>. 76 @see XCompletedConnection 77 @see com::sun::star::sdbc::XDataSource |
78 @since OOo 1.1.2 | 78 @since OpenOffice 1.1.2 |
79 */ 80 interface com::sun::star::sdbc::XIsolatedConnection; 81 82 83 /** is provided to flush a DataSource within to a Database Context. 84 */ 85 interface com::sun::star::util::XFlushable; 86 --- 165 unchanged lines hidden --- | 79 */ 80 interface com::sun::star::sdbc::XIsolatedConnection; 81 82 83 /** is provided to flush a DataSource within to a Database Context. 84 */ 85 interface com::sun::star::util::XFlushable; 86 --- 165 unchanged lines hidden --- |