XDynamicResultSet.idl (d1766043) XDynamicResultSet.idl (8e0daafc)
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

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

119 //-------------------------------------------------------------------------
120 /** Call this, if you don't care about any changes.
121
122 @returns
123 an <type scope="com::sun::star::sdbc">XResultSet</type> that is
124 implemented as <type>ContentResultSet</type>. Its content will never
125 change.
126
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

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

119 //-------------------------------------------------------------------------
120 /** Call this, if you don't care about any changes.
121
122 @returns
123 an <type scope="com::sun::star::sdbc">XResultSet</type> that is
124 implemented as <type>ContentResultSet</type>. Its content will never
125 change.
126
127 @trows ListenerAlreadySetException
127 @throws ListenerAlreadySetException
128 if someone already has registered as listener via
129 <member>XDynamicResultSet::setListener</member> or if someone has
130 established a connection to a <type>CachedDynamicResultSet</type>
131 via <member>XDynamicResultSet::connectToCache</member>.
132 */
133 com::sun::star::sdbc::XResultSet getStaticResultSet()
134 raises( com::sun::star::ucb::ListenerAlreadySetException );
135

--- 68 unchanged lines hidden ---
128 if someone already has registered as listener via
129 <member>XDynamicResultSet::setListener</member> or if someone has
130 established a connection to a <type>CachedDynamicResultSet</type>
131 via <member>XDynamicResultSet::connectToCache</member>.
132 */
133 com::sun::star::sdbc::XResultSet getStaticResultSet()
134 raises( com::sun::star::ucb::ListenerAlreadySetException );
135

--- 68 unchanged lines hidden ---