Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
52 /** describes a wizard which can be used to copy table like data from one
55 <dt><b><a name="interaction"></a>Interactions</b></dt>
62 describes a parametrized query.</li>
63 <li>user interaction in case copying a row fails. If no copy table listener is
65 copying a row, or a registered listeners explicitly tells the wizard to ask the user
76a database document (e.g. because it is a mere <code>ConnectionResource</code>, or a connection
77 not obtained from a data source), or if the copy target's database document cannot provide
78 an interaction handler, a newly-created instance of an interaction handler is used.</p>
81 the copy source and the copy target descriptors are used to create a Connection. For any
102 a table from one database to another.
109 …data access descriptor specified a <code>DataSource</code> instead of an <code>ActiveConnection</c…
130 … <p>Additionally to the obvious restrictions (such as that creating a view is not possible
136 <li>If you specify a <code>ConnectionResource</code>, or an
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>
158 <p>Note that creating a view (see <member>CopyTableOperation::CreateAsView</member>) is
165 to describe a database connection.</li>
178 to a data source described by the descriptor's <code>DataSourceName</code> member.
192 a table from one database to another.
205 handle all requests described <a href="#interaction">above</a>.</p>