Lines Matching refs:an

14  * software distributed under the License is distributed on an
59 an interaction handler is needed, which is used for
64 registered at the wizard, or none of the registered listener handles an error during
67 error (an <code>SQLException</code>, usually) that happened.</li>
72 <p>When you do not specify an interaction handler by using the
78 an interaction handler, a newly-created instance of an interaction handler is used.</p>
101 /** creates an executable wizard dialog, which is to guide the user through copying
104 <p>At creation time, an attempt will be made to obtain the connections described
105 by <arg>Source</arg> resp. <arg>Dest</arg>. Failing to do so will result in an
109 …data access descriptor specified a <code>DataSource</code> instead of an <code>ActiveConnection</c…
136 <li>If you specify a <code>ConnectionResource</code>, or an
137 …<code>ActiveConnection</code> which implements an <type scope="com::sun::star::sdbc">Connection</t…
144 Violating any of the above restrictions will result in an error at creation time.</p>
156 it is not sufficient to pass an SDBC-level connection.</p>
159 not supported if the target connection is an SDBC-level connection only.</p>
171 if an error occurs during obtaining the source or destination connection. Those errors
175 if an error other than the ones mentioned above occurs while extracting the necessary
177 be an <type scope="com::sun::star::sdbc">SQLException</type> thrown upon connecting
191 /** creates an executable wizard dialog, which is to guide the user through copying
195 <code>createWithInteractionHandler</code> takes an additional argument, which
200 specifies an interaction handler to use when user input is required.
202 <p>When specifying this parameter, you should use an implementation