Lines Matching refs:to

3  * Licensed to the Apache Software Foundation (ASF) under one
7 * to you under the Apache License, Version 2.0 (the
13 * Unless required by applicable law or agreed to in writing,
52 /** describes a wizard which can be used to copy table like data from one
53 database to another.
57 <p>There are various cases where the wizard needs to interact with the user (except of
58 course the obvious case to display and operate the wizard dialog itself). For those cases,
65 copying a row, or a registered listeners explicitly tells the wizard to ask the user
66 how to handle the error, then the interaction handler is used together with the
75 the document which the copy target refers to. If the copy target cannot be associated with
80 <p>There's one exception to the above, however: Upon creating the copy table wizard,
81 the copy source and the copy target descriptors are used to create a Connection. For any
85 handler, the processing described above, to find another handler, is applied.</p>
101 /** creates an executable wizard dialog, which is to guide the user through copying
102 a table from one database to another.
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
114 data to copy.
126 The first 5 items are used to obtain the connection, the last two to determine which
127 …of the connection's objects is to be copied. Note that <code>Command</code> and <code>CommandType<…
130 … <p>Additionally to the obvious restrictions (such as that creating a view is not possible
132 apply to the settings, and possible combinations:
138 …(as opposed to a <type scope="com::sun::star::sdb">Connection</type>), then the resulting connecti…
139 … not able to provide queries, thus a command type <code>QUERY</code> will be rejected.</li>
151 … are supported, effectively describing the target connection to copy the data to. They're evaluated
156 it is not sufficient to pass an SDBC-level connection.</p>
165 to describe a database connection.</li>
166 <li><code>Source</code> is not sufficient to describe the to-be-copied data</li>
172 are passed unchanged to the creator of the wizard.
178 to a data source described by the descriptor's <code>DataSourceName</code> member.
191 /** creates an executable wizard dialog, which is to guide the user through copying
192 a table from one database to another.
194 <p>The only difference to the <member>create</member> constructor is that
196 can be used to intercept interactions (such as error messages) during the wizard
200 specifies an interaction handler to use when user input is required.